Font Embedding Problem

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
AugiechanAT
Posts: 1
Joined: Tue Jan 31 2006

Font Embedding Problem

Post by AugiechanAT »

Hello,

Has anyone else came across a problem of embedded fonts not printing correctly after 2-3 pages, when using the Document.Print command?

Here is the code I'm using:

Code: Select all

  PDFCheckPrint.Open App.path + "\" + UserID + "cp2006.pdf"
  PDFCheckPrint.SetLicenseKey strLicenseTo, strActivationCode
  PDFCheckPrint.[Print] "", 1, PDFCheckPrint.PageCount, 1
On the HP Officejet 6100 and a KM Magicolor 2430 all pages print correctly with the proper fonts. I've got a couple of customers using other printers (ie HPLJ 1320N, HPLJ4000) and the first page prints fine, but subsequent pages do not show the correct font.

I've made sure that the fonts are embedded correctly, and it prints fine from Adobe Reader 7.

Any tips or tricks would be appreciated.
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

Can you send a sample of these documents to support@amyuni.com? We'll take a look at them and let you what we find.
Post Reply