Can we convert the HTML to PDF file without taking the confirmation from the user to print PDF file?
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