Is there a way to run a file through a print driver without opening the application?
Ex: run a .docx file, without opening word, and save it to file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since it is a
.docx-file Microsoft Word is probably the best program to do the task.I would have a look at the [command line arguments] to Word:
Have a look at the following switches:
/q,/n,/mFilePrintDefaultand/mFileExit(
/qand/nexplained in the page above, and/mXxxxrefers to macros. Have a look att google.)Example:
The following page seems to explain how to convert it to PDF.