Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OWordObj.PrintOut Word To PDF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OWordObj.PrintOut Word To PDF
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01439477
Message ID:
01439477
Vues:
106
Code Below works fine, but we do not need the Save As Dialog box to show up. Any ideas?

From what we found, the driver "PDF-XChange for ABBYY PDF Transformer 2.0" has an option "Show 'Save As....'Dialog" that
you can turn off under the Properties off the driver but need help turning that off if thats what we need to do
oWordObj= CREATEOBJECT("Word.Application")
oWordObj.Documents.Open('C:\foxpro\mytest.rtf') 
oWordObj.ActiveDocument.Printout(.f.,.f.,0,'C:\foxpro\mytest.PDF')
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform