Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convertir Documentos Word a .Pdf
Message
 
To
21/12/2004 12:15:08
Luis Parada
Prosoft´s de Venezuela, C.A.
Valencia, Venezuela
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00971047
Message ID:
00971061
Views:
21
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).
Previous
Reply
Map
View

Click here to load this message in the networking platform