HI VeryPDF,
I am planning to buy verypdf for converting xls to pdf.
I have requirement for converting xls,xlsx to PDF.i have different worksheets in xls, so I want to convert each worksheet to one pdf.Is it possible to concert each worksheet to pdf by using verypdf?
Regards
Customer
-----------------------------------------------
Yes, "Document Converter (docPrint Pro)" has this function, you may download it from following web page to try,
https://www.verypdf.com/app/document-converter/try-and-buy.html
Please pay attention to "-E" option in "Document Converter (docPrint Pro)" application,
-E <types> : options to process Excel Sheets
-E 0 : print all Excel sheets one by one, and merge them together
-E 1 : print all Excel sheets one by one, do not merge them together
-E 2 : print all sheets with one print command from MS Excel
-E 3 : create a PDF or TIF file for each sheet and a PDF or TIF for all sheets
You can use "-E 1" option to convert to each worksheet from XLS file to one pdf, you will get one PDF file per worksheet, e.g.,
"C:\Program Files (x86)\docPrint Pro v6.0\doc2pdf.exe" -E 1 -i D:\test.xls -o D:\out.pdf