Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arobat Automation
Message
De
22/11/2002 18:31:18
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00726069
Message ID:
00726076
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform