hi all:
We are doing an app to manage and print word, excel, power point and pdf files...
No application can be shown to the user when printing
to do that we find some command-line arguments that work well:
(using openoffice.org) "C:\Program Files\OpenOffice.org 3\program\soffice.exe" -norestore -nofirsts tartwizard -nologo -headless -pt MicrosoftXPSDocumentWriter doc1.doc
(using ms word) "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" doc1.doc /q /n /mFilePrintDefault /mFileExit
but we just can't find any option to set the page range to print...
is it possible? another option to print those documents without show anything to the user?
thanks for reading
any ideas would be appreciated