I'd like to use classExec to print a Word document to PDFCreator from the command line. According to this page I can use the command:
classexec.exe worddocument.doc --action printto PDFCreator --ifexec
To print the document to a PDF. I have verified this, and can use AutoSave to automate the process. However, how do I tell it to only print page 1?