I'd love to use PDFCreator to create PDF files from excel ones (.xlsx). I cannot use MS Office.
I've downloaded PDFCreator and tried to print .docx with command:
PDFCreator.exe /PF"myfile.docx"
No problem with this one because Wordpad is used to send .docx file to PDFCreator.
I've installed Microsoft Excel Viewer to open and print Excel files. When I open Excel Viewer I can use PDFCreator as virtual printer to print PDF. However, when I try to use PDFCreator from command line:
PDFCreator.exe /PF"excel.xlsx"
nothing happens - only popup with file selection is displayed - I've found out this popup is displayed by Excel Viewer to open specific file.
My question is:
1) is there any option to use PDFCreator from command line to print XLS files when MS Office is not available?
2) are there any command line arguments for Excel Viewer to print file? I have so far XLVIEW.EXE "filename.xlsx"
Requirements:
whole process has to be automated (that's why I use command line arguments)
MS Office cannot be used (due to licenses)
free for commercial use/use on server
Thanks!