Sometime maybe you need to print website or some important information from website to paper document for reference. Normally speaking, we have to convert website to PDF or save it to word document then print it. But now in this article, I will show you one way of printing website to paper document directly.
Step 1. Download HTMLPrint to Any Converter
- VeryDOC HTMLPrint to Any Converter can be used to batch print html, mhtml files or Web URLs to Windows Printer. This software can help you print the whole content to Printer then you can control the whole printing process by command line.
- This software is command line version, for facilitating uploading and downloading,we have compressed it to zip file. Once downloading finishes, please extract it to some folder and check elements in it.
Step 2. Print Web Page to Paper Document
- When use this software to print HTML file to paper document, please make sure that your computer is connected with Window Printer. When you need to do file format conversion, please install virtual printer.
- In the following example, I will take virtual printer "PDFcamp Printer" for example.
Usage:html2any.exe [options] <HTML/MHTML file or URL>
Examples:
- When you need to print web page to paper document and specify printing copy and paper size, please refer to the following command line.
html2any.exe -printer "PDFcamp Printer" -copies 3 -paper 9 C:\test.htm - During the printing, if you need to show the printing dialogue box to set the printing options, please refer to the following command line.
-copies <int> : copies to print
-paper <string> : set paper size to printer
number : standard paper size
others : user defined paper size
If you need to print web page to standard paper size, please use the following examples:
html2any.exe -printer "PDFcamp Printer" -paper "11x17in" C:\test.htm
html2any.exe -printer "PDFcamp Printer" -paper "215.9x279.4mm" C:\test.htm
html2any.exe -printer "PDFcamp Printer" -paper "612x792pt" C:\test.htm
html2any.exe -printer "PDFcamp Printer"612x792pt" -orient 1 C:\test.htm
html2any.exe -printer "PDFcamp Printer" -paper "612x792pt" -orient 2 C:\test.htm
html2any.exe -prompt C:\test.htm
html2any.exe -prompt http://www.verypdf.com
-prompt : prompt the user with the print dialog so they can change printer settings and/or select pages manually
There are some related parameters for you to use;
-savedevmode <string> : prompt the user with print dialog and save the printer settings into a disk file
-loaddevmode <string> : restore printer settings which saved by -savedevmode parameter
-promptdevmode : prompt the user with print dialog and print the printer settings to screen
-devmode <string> : restore printer settings which outputed by -promptdevmode parameter
By this software you can print web page to paper document directly. During the using, if you have any question, please contact us as soon as possible.