I have to convert a lot of .xls and .xlsx files to .pdf files. Is there a way to convert faster all the files using the command prompt?
11 Answer
It's pretty straight forward with Acrobat.
Follow these two steps then read the blog
1: Quit Excel if it is already open.
2: Choose File—> Create PDF from File and open the folder containing the Excel documents. Select them all and click OK. credits: Adobe
2:Method.
CMD
- Open Command Prompt
You need to do the followings:
Click Windows + R in your computer > type cmd.exe in pop edit-box > click OK
- Input commands
note1: “….exe” – path of “doc2pdf.exe”, “….xls” – path of source XLS file, “….pdf” – path of objective PDF, –i – specify input file, –o – specify output file)
(note2: to get conversion from XLS file to PDF file started, please click enter in Command Prompt)
Credit: pdfconverter
2