Convert PDF pages to one continuous HTML

When you browse a html page, you may find that there are two kinds of page format—single page which needs to click “Next” to continue to browse and continuous html page which contains all contents in one whole page. If you want to create a continuous html page when you convert pdf to html document, you can take the command line application VeryPDF PDF to HTML Converter Command Line as your tool.

Please download the application at its homepage. You don’t need to install the application on your computer because just uncompressing will make the application runnable at once. The executable file pdf2html.exe is called program in the conversion. Then please see the conversion steps in following contents.

1. Please open MS-DOS interface by clicking “Start”—“Run” to open “Run” dialog box in which you can input “cmd” in “Open” combo box and click “OK” button.

2. Please input the command line into MS-DOS interface for the conversion pdf to html. If you don’t know how to write the command line, please see the following template:

pdf2html [options] <pdf-file> <HTML-file>

There are three necessary parts in the command line: called program, source file and target file. If you want to add functions for the target file such as creating continuous html page, you can add extra options. Please see the following example:

pdf2html –onehtm –r 800 C:\filea.pdf C:\fileb.htm

In the command line,

pdf2html is the called program pdf2html.exe. You need to use its full path in the command line when calling it.

–onehtm is for creating one continuous html page.

–r 800 is to set html resolution as 800 DPI.

C:\filea.pdf is the path of source file.

C:\fileb.htm is the path of target file and you need to specify it yourself.

3. Please hit “Enter” button on the keyboard to run the conversion from pdf to html. Several seconds later, you will see the continuous html page in specified location on your computer.

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
Convert PDF pages to one continuous HTML, 10.0 out of 10 based on 1 rating

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!