We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Docto can easily bulk convert .xls and .xlsx files to .pdf.
.xls
.xlsx
.pdf
To convert a single file to pdf
docto -XL -f "c:\path\files\myfile.xls" -O "C:\path\files\myfile.pdf" -t xlPDF
To convert a directory of files and all subdirectories to pdf
docto -XL -f "c:\path\files\" -O "C:\path\outfiles\" -t xlPDF
Convert