Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arobat Automation
Message
 
 
To
22/11/2002 18:31:18
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00726069
Message ID:
00726089
Views:
17
Did you try to change Acrobat Distiller printer properties as message recomended? This setting is stored in the registry under HKLM\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION\Print\Printers\Acrobat Distiller\PrinterDriverData\DistillerHostFontHasMostFonts

>Sergey,
>
>I am getting a message about font embedding. The message tells me:
>"When you create a postscript file you have to send the host fonts.
>Please go to the Acrobat Distiller printer properties. Adobe PDF Settings page and turn OFF the option Do not send fonts to Distiller." How can this be accomplished in Automation. My code is:
>
>lParameters rptname, psfilename
>
>Set Printer To Name 'Acrobat Distiller'
>REPORT FORM &rptname NOCONSOLE TO File AllT(psfilename) + ".ps"
>
>*MessageBox("Created PS File")
>
>sdet = CreateObject("PDFDistiller.PDFDistiller.1")
>sdet.FileToPDF(AllT(psfilename) + ".ps",AllT(psfilename) + ".pdf","ScreenOptimized(1)")
>
>*Erase AllT(psfilename) + ".ps"
>*Erase AllT(psfilename) + ".log"
>Set Printer To Default
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform