Convert xls to pdf using command prompt

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?

1

1 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

  1. Open Command Prompt

You need to do the followings:

Click Windows + R in your computer > type cmd.exe in pop edit-box > click OK

  1. 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like