Convert HTML file to PDF file  Home  PDFcamp  Support  Screen shot  Doc2PDF_COM  Functions List  Articles  Products  Downloads

Batch Convert HTML files to PDF files by DocConverter COM Command Line

View PDFcamp Printer product...

Please by following steps to batch convert lots of HTML files to PDF files at one time,

1. Please download and install PDFcamp Printer from following URL,

/pdfcamp/pdfcamp_setup.exe

2. Please download DocConverter COM from following URL,

/pdfcamp/doc2pdf_com_trial.zip

after you unzip it to a folder, please run doc2pdf_service.exe as a normal Windows application by following command line,

doc2pdf_service.exe -exe

3. Please run following command line to batch convert all of HTML files in D:\test folder to PDF files, of course, you can replace "D:\test" folder with any other folders in your system,

for %F in (D:\test\*.htm) do html2pdf.exe "%F" "%~dpnF.pdf" "Overwrite=yes,KillProcess=no,doc2pdf_service=yes"

You can also run following command line to batch convert all of HTML files in D:\test folder and subdirectories to PDF files at one time,

for /r D:\test %F in (*.htm) do html2pdf.exe "%F" "%~dpnF.pdf" "Overwrite=yes,KillProcess=no,doc2pdf_service=yes"

all of your HTML files will be converted to PDF files at one time by above command line.

If you encounter any problems, please feel free to contact us at support@verypdf.com.

Contact:
    support@verypdf.com
    /


Home | Products | Downloads | Support | Links | Contact

Copyright © 2000- VeryPDF.com, Inc. All rights reserved.
Send comments about this site to the webmaster.