Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can we convert the HTML to PDF file without taking the confirmation from the user to print PDF file?

0
Posted

Can we convert the HTML to PDF file without taking the confirmation from the user to print PDF file?

0

You may use three ways to convert a html file to pdf file, 1.Use the BatchPDF.exe software to convert a html file to pdf file, for example, ~~~~~~~~~~~ C:\>BatchPDF.exe C:\input.htm C:\output.pdf ~~~~~~~~~~~ You may run the BatchPDF.exe software from the Command-Line Window. 2.The BatchPDF.exe software can’t hide the printer prompt dialog, if you wish hide this dialog, please download our DocConverter COM to try, http://www.verypdf.com/pdfcamp/doc2pdf_readme.html This DocConverter COM contain a VB utility tool, you may convert any printable document to PDF file with this tool, this tool also support the dynamic html pages and URL, this tool is a Command-Line program, please by following ways to use it, For example: html2pdf.exe “http://www.yahoo.com” “c:\yahoo.pdf” html2pdf.exe “http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=pdf” “c:\google.pdf” html2pdf.exe “C:\example.doc” “C:\example.pdf” html2pdf.exe “C:\example.xls” “C:\example.pdf” 3.You may write a small VB

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123