Dear Support,
I would like to ask some question before purchasing HTML to PDF Converter SDK:
1- After I generate the PDF file I cannot select the images and the text so if I purchase the SDK can these will be selectable.
2- Can I configure the header and the footer of the output PDF file.
Best Regards,
========================================
Hi,
>>I would like to ask some question before purchasing HTML to PDF Converter SDK:
>>1- After I generate the PDF file I cannot select the images and the text so if I purchase the SDK can these will be selectable.
We suggest you may download docPrint SDK from following page to try, you can use docPrint SDK to convert HTML file to PDF file, you can select images and text in converted PDF file easily,
https://www.verypdf.com/artprint/index.html#dl
https://www.verypdf.com/artprint/docprint_pro_setup.exe
https://www.verypdf.com/artprint/docPrint-sdk.zip
Please refer to user manual from following web pages,
https://www.verypdf.com/artprint/docprint-sdk.htm
https://www.verypdf.com/artprint/docprintsdk.htm
>>2- Can I configure the header and the footer of the output PDF file.
You can configure the header and the footer of the output PDF file easily, please refer to following sample command lines,
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "htmlheader=original" -s "htmlfooter=original" -i https://www.verypdf.com -o C:\out.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "htmlheader=&w &d &T" -s "htmlfooter=&u &D &p of &P" -i https://www.verypdf.com -o C:\out.pdf
VeryPDF
======================================================
Dear Support,
I want to ask another question if there any paging options in the SDK that I can put in the header
======================================================
Hi,
>>if there any paging options in the SDK that I can put in the header
With htmltools.exe application, you can use -wtext parameter to put the text to the page header,
Add watermarks into PDF files:
htmltools.exe -wtext "VeryPDF" "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wc "0000FF" "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wx 100 -wy 100 "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wtype 1 "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wtype 2 "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wtype 0 -wa 45 "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wf "Arial" "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wf "Arial" -wh 20 "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wf "Arial" -wh 20 -wb -wi -wu -ws "C:\in.html" C:\out.pdf
htmltools.exe -wtext "VeryPDF" -wf "Arial" -walign 3 -wh 20 -wbox "0,770,612,792" "C:\in.html" C:\out.pdf
with docPrint Pro v5.0 application, you can use following parameters to set header and footer,
-s htmlheader=XXX : Set page header in HTML to PDF conversion
-s htmlfooter=XXX : Set page footer in HTML to PDF conversion
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "htmlheader=Page Header Test" -s "htmlfooter=Page Footer Test" -i https://www.verypdf.com -o C:\out.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "htmlheader=original" -s "htmlfooter=original" -i https://www.verypdf.com -o C:\out.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "htmlheader=&w &d &T" -s "htmlfooter=&u &D &p of &P" -i https://www.verypdf.com -o C:\out.pdf
VeryPDF