How to generate a single PDF file from a whole HTML site?

Hello,

I try for my company your "VeryPDF HTML Converter" product. If the result is successful, we will buy this software product to be coupled with its product from an hierarchical HTML file (generated by our product). I would like to convert it in an only PDF file but unfortunately it doesn't work. I've modified the Setting but always not ok.

Could you please how to do this?

Thanks in advance.
Customer
---------------------------------------------
I've selected several HTML files in "Add files" tab and I've run VeryPDF HTML with the "Start button".
I've got my HTML files in only one PDF file, but When I look at the result (this PDF file), my PDF pages are truncated.
I've got the Settings as follows:
Web Browser's Width = 0
Timeout (seconds) = 600
Web Browser's Height = 0
DelayTime = 6
HTML Link's Level = 10000
All the options are activated, i.e. "Enable Unicode", "Enable ActiveX", ...

PDF/PS Output : Auto calculate PDF paper size activated
Margins: 10x10x10 pt
Page Orientation: Portrait

Customer
---------------------------------------------
We suggest you may by following steps to batch convert your HTML files to PDF files and then combine these PDF files into one PDF file, we suppose all of your HTML files are exist in D:\VeryPDF folder,

1. You can download "HTML Converter Command Line (htmltools.exe)" from this web page,

https://www.verypdf.com/app/html-converter/try-and-buy.html#cmd
https://www.verypdf.com/htmltools/htmltools.zip

2. You can download and install "PDF Split-Merge Command Line" from following web page,

https://www.verypdf.com/app/pdf-split-merge/try-and-buy.html#buy-cmd
https://www.verypdf.com/pdfpg/pdfpg.exe

3. You can run following command line to convert all of your HTML files to PDF files,

for %F in (D:\VeryPDF\*.html) do "C:\VeryPDF\htmltools.exe" -webkit "%F" "%~dpnF.pdf"

4. You can run following command line to combine all of converted PDF files into one PDF file,

dir /s/b D:\VeryPDF\*.pdf > D:\VeryPDF\filelist.txt

"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" D:\VeryPDF\filelist.txt D:\output.pdf

You will get a D:\output.pdf file by above command lines.

We hope above steps will work fine to you, you may give them a try.

VeryPDF

VN:F [1.9.20_1166]
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
How to generate a single PDF file from a whole HTML site?, 5.5 out of 10 based on 2 ratings

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!