View PDFcamp Printer
product...
Please by following steps to batch convert lots of Word DOC 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 Word DOC 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\*.doc) 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 Word DOC files in
D:\test folder and subdirectories to PDF files at one time,
for /r D:\test %F in (*.doc) do html2pdf.exe "%F" "%~dpnF.pdf" "Overwrite=yes,KillProcess=no,doc2pdf_service=yes"
all of your Word DOC 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.