Black boxes instead of letters when printing from VFP9

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
jezekjkr
Posts: 11
Joined: Thu Feb 08 2007

Black boxes instead of letters when printing from VFP9

Post by jezekjkr »

When I print from my aplication from Microsoft Visual Foxpro, on compatibility mod (VFP7,VFP8), all is OK. When I switch to new VFP9 printing, all text is converted to black boxes, no fonts is embeding
version 3.0
oPdfPrinter.FileNameOptionsEx=pdf_NoPrompt+pdf_UseFileName +pdf_EmbedFonts+pdf_EmbedStandardFonts
the same program to print to Amuiny printer (FontEmbeding ON):
version 2.06 .. noFontEmbeding(bad) on VFP9, but PDF is OK :)
version 2.06 .. FontEmbeding on VFP7and8, PDF is OK
version 3.00 .. noFontEmbeding on VFP9, PDF is bed :(
version 3.00 .. FontEmbeding on VFP7 and 8, PDF is OK
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please try using Postscript simulation when generating the file using V3.00 and VFP9, will you get a better result?

We had a problem in font embedding in version 3.00 this problem is fixed and the fix will be available in our next version 3.01 that will be released soon.
jezekjkr
Posts: 11
Joined: Thu Feb 08 2007

Post by jezekjkr »

I try oPdfPrinter.SimPostscript=.t. (advice in other topic in forum) with the same result=bad
jezekjkr
Posts: 11
Joined: Thu Feb 08 2007

3.01 fox

Post by jezekjkr »

version 2.06 .. noFontEmbeding(bad) on VFP9, but PDF is OK javascript:emoticon(':lol:')
Laughing
version 3.00 .. noFontEmbeding on VFP9, PDF is bed javascript:emoticon(':(')
Sad
version 3.01(11 Jul 2007) .. noFontEmbeding(bad) on VFP9, but PDF is OK javascript:emoticon(':D')
Very Happy
Post Reply