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
|