View Single Post
 
Old 01-27-2012, 12:53 AM
FelipeGar FelipeGar is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jan 2012
Posts: 2
FelipeGar is on a distinguished road
Default

No, I have no problem to use MSOffice.

The problem is that we have thousand files and need to convert them to .pdf.
So I need a conmmand line converter.
Do you know if Word accept command line parameters for automatic conversion?

Or another option can be a Macro.
Can any tell me how can I create a macro for converting the .xml file?

What I try:
-Run "Winword.exe filename.xml /mexportToPDF"

How can I create the "exportToPDF" macro wich is called when winword starts and the only thing it does is to save the "filename.xml" to "filename.pdf" and closes the file "filename.xml"?

Regards
Reply With Quote