Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convertir Documentos Word a .Pdf
Message
 
À
21/12/2004 12:15:08
Luis Parada
Prosoft´s de Venezuela, C.A.
Valencia, Vénézuéla
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00971047
Message ID:
00971061
Vues:
22
oword=createobject("Word.Application")

WITH oWord
	.documents.open(your_document)
*	.visible=.t.                    &&if needed
	lcActivePrinter=.ActivePrinter	
		
    .ActivePrinter = "THE NAME OF the PDF PRINTER"

    .PrintOut(.f.,.f.,"","C:\pdffile_name.pdf",,,,,,,.t.)
    
    .ActivePrinter = lcActivePrinter		&&set default printer back
    
endwith
....
>De antemano muchas gracias.
>
>Serian tan amable en informarme, como es el funcionamiento bajo programacion, para convertir documentos de Word (.doc) a (.Pdf).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform