<HTML>DOCLoginBugs & FeaturesDocumentationDownloadForums

HTMLDOC 1.8.28 Software Users Manual


Contents Previous Next

General Usage

There are two types of HTML files - structured documents using headings (H1, H2, etc.) which HTMLDOC calls "books", and unstructured documents that do not use headings which HTMLDOC calls "web pages".

A very common mistake is to try converting a web page using:

    htmldoc -f filename.pdf filename.html
    

which will likely produce a PDF file with no pages. To convert web page files you must use the --webpage option at the command-line or choose Web Page in the input tab of the GUI.

Note:

HTMLDOC does not support HTML 4.0 elements, attributes, stylesheets, or scripting.


Contents Previous Next