Characters Not Displayed.

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
cr
Posts: 2
Joined: Thu Dec 05 2002

Characters Not Displayed.

Post by cr »

I am printing a report from Foxpro 6 that contains some custom barcode True-Type Fonts. I am using Amyuni Converter 2.07 Pro (dev version).

When I open the pdf in acrobat the report looks correct except for this one true-type font which is not displayed. However acrobat says it's there in its font list and I can use the text select tool over the fonts. They are just not displayed (as if they printed the same color as the background)

I have tried all of the Configurations I can think of.
oPDF.FontEmbedding = .T.
oPDF.FileNameOptions = 1 + 2 + 16 + 128 + 512
(no prompt, use filename,embed fonts, multilingual, fullEmbed).

Still nothing works,
What can be the problem?

thanks.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please try the following:

1 - Check that the font you are trying to embed is properly installed on your system.

2 - No need to call:
oPDF.FontEmbedding = .T.
Please remove it and keep only the call to:
oPDF.FileNameOptions = 1 + 2 + 16 + 128 + 512

3 - Also you can try to use the new release 2.08 of the PDF Converter. You can download an update from: http://www.amyuni.com/en/support/updates.html

Finally, if nothing did help, please contact the support support@amyuni.com and send them the pdf file generated by our driver.

Have a nice day !
Post Reply