Hi Support,
Good Day, I try to create a script base on the documentation provide from website to merge 2 excel into one pdf with - E, but failed. Any other solution?
Thanks.
Regards,
Customer
-------------------------------
Thanks for your message, you can use VeryDOC DOC to Any Converter Command Line product to merge more of your Excel Spreadsheets into one PDF file, you may download the trial version of VeryDOC DOC to Any Converter Command Line from this web page to try,
https://www.verydoc.com/doc-to-any.html
after you download it, you can run one of following command lines to merge your office documents into one PDF file,
doc2any.exe -append 2 -width 612 -height 792 C:\*.doc C:\out.pdf
doc2any.exe -append 2 C:\*.doc C:\out.pdf
doc2any.exe -append 1 C:\in.doc C:\out.pdf
doc2any.exe -append 2 C:\in.doc C:\out.pdf
doc2any.exe -append 2 -width 612 -height 792 C:\*.xls C:\out.pdf
doc2any.exe -append 2 C:\*.xls C:\out.pdf
doc2any.exe -append 1 C:\in.xls C:\out.pdf
doc2any.exe -append 2 C:\in.xls C:\out.pdf
Please find the description for the -append option,
-append <int> : Append document to an existing PDF file
-append 0: Overwrite if PDF file exists
-append 1: Insert before first page if PDF file exists
-append 2: Append to last page if PDF file exists
-append 3: Rename filename if PDF file exists