Aceconvert For PDF To HTML v2.0

1.Introduction

    PDF to HTML converter enables you to convert PDF documents into HTML format, thus making them more suitable for Internet publishing. The converter produces fully functional HTML documents with texts, pictures, graphics and bookmarks, using the original PDF document formatting and allowing for Internet publishing of your documents, thus exposing their content to search engines and significantly increasing your website's audience.
PDF to HTML software is a standalone program and does not require Adobe Acrobat, or even Acrobat Reader.

2.Key Features of PDF to HTML

  • Converts outer fonts and embeds font into TrueType text
  • Converts PDF files into HTML files for web publishing
  • Directly parses required page(s)
  • Converts PDF files into one continuous HTML page
  • Converts PDF files into several HTML pages
  • Supports drag and drop of files
  • Doesn't need Acrobat and Acrobat Reader software
  • Maintains the integrity of PDF documents by preserving the text layout, along with the coordinates, color, and style of every object
  • Supports PDF 1.6 protocol (supported by Acrobat 7.0)
  • Supports PDF files which are not fully supported by Acrobat 7.0, mostly files containing errors or double-byte characters
  • Supports Unicode character set
  • Parses PDF files created by any PDF files maker, and corrects inner data stream errors automatically
  • Supports hollow character conversion
  • Supports preprint style PDF files, such as CMYK format
  • Includes unicode character set, provides maximal extensibility of character format
  • Supports vertical text, and text rotated to any angle
  • Provides index function in converted HTML file(s), users can also go back or forward while browsing HTML pages
  • Supports single file or a set of files conversion
  • Supports the functions Pause, Resume, and Stop current job
  • Automatically loads converted HTML files immediately after conversion is complete
  • Enables the size of HTML files to be customized
  • Enables the image quality to be customized
  • Supports auto view of the resulting HTML files after conversion
  • Supports encrypted PDF file
  • Enables the title of the HTML page to be customized
  • Supports the inclusion of the homepage URL into the navigation bar
  • Enables the keywords of the HTML page to be customized
  • Enables the background of the HTML page to be customized
  • Enables the quality of JPEG file to be customized
  • Supports the creation of monochrome and colorized JPEG files

3.Getting Started

3.1.Demo version

    PDF to HTML is a shareware; the trail version of PDF to HTML can only let you convert up to 5 pages in one PDF documents. If you want to convert more, you must register it. 



3.2.Demo version limitations

You are allowed to process only up to one file simultaneously. 
The trial version can only let you convert up to 5 pages in one PDF documents

3.3.Basic functions

The program is easy to use.
1) Convert one PDF file: From the toolbar choose File > Open, and select the PDF file to be converted from the "Open PDF files" dialog. This will open a "Save as" dialog. Enter a name for the HTML target file to be created. Click on OK.

2) Convert multiple PDF files: Process is the same as 1). Please note that the HTML target file names will be set by default corresponding to old PDF file names.

3) Drag and drop files: For quick conversion you can simply drag and drop PDF files from your Windows Explorer into the PDF2HTML main window. PDF2HTML will receive the files and start converting.

4) Pause: If you want to pause the conversion process in PDF2HTML, click on the Pause button. To continue the process, click on the Resume button.

5) Stop: Clicking on the Stop button will stop the current job.

6) Setting preferences: To determine the settings go to File > Preferences.

Tab "General":


Select page range: Select "All" to convert all pages. Or you can select "Selected Pages" and enter the page number of the starting page into "From" and the page number of the ending page in the "To" field to convert pages between these numbers.

Output Options:
    Output page zoom: Determine the percentage by which the size of the converted HTML file is to be changed.

Generate in one continuous HTML page:
    Convert several PDF files into one HTML file.

Remove all pictures:
  Delete all pictures from the continuous HTML page. This option is useful for text-based PDF files.

View after conversion: Toggle this option to launch the HTML file immediately after conversion is complete.


Tab "Character Position":

Space between characters:

Automatically combine neighboring characters into one sentence. This option will reduce the file size of the generated HTML file(s).

 

Tab "PDF Passwords":

Set user and owner passwords for the encrypted PDF files.

Tab "HTML Options":

Determine the title for the HTML page, its keywords and its background.

Tab "JPEG Quality":

Output JPEG quality:
  Adjust the quality for JPEG files.

Grayscale:
  Convert color JPEG files to monochrome JPEG files.

7) Always on top: Toggle this option to keep the PDF2HTML main window always on top of your desktop.

8) Technical support: Send your questions via E-mail.

9) Register: Enter the correct series number for register. Once registered, all the function limitations will be removed. You can also click try to continuing use pdf2htm trial version without registration.

4.Command Line Options

    To perform batch conversions or execute the conversion procedure via an automation script, you can use the PDF2HTML command line function. It allows you to run this tool directly from command line or execute it via any script. The program supports the following command-line options:

Usage: PDF2HTML [Option] <PDF File> [<HTM File>]
-f <page number> : First page to be converted
-l <page number> : Last page to be converted
-z <zoom ratio>  : Set zoom ratio for the conversion, ranging from 50 to 200
-c               : Generate in one continuous HTML page
-d               : Remove pictures from the continuous HTML page
-b <space number>: Space between characters
-j <JPEG quality>: Set JPEG quality, from 1 to 100
-g               : Set JPEG grayscale
-u <user password>         : User password
-w <owner password>        : Owner password
-q                         : Exit after converting
-m                         : Run without window
-r                         : Overwrite an existing destination file without prompting to confirm
-i <input PDF file name>   : PDF file will be converted
-o <output HTML file name> : HTML file will be generated
-h or -?                   : Print PDF2HTML usage information

For example: 
PDF2HTML -q -f 5 -l 8 -i c:\a.pdf -o c:\a.htm
PDF2HTML -q -m -r -i "c:\a.pdf" -o "c:\a.htm"
PDF2HTML -q -m -r -c -d -i c:\a.pdf -o c:\a.htm
PDF2HTML -q -m -r -u user -w owner -i c:\a.pdf -o c:\a.htm