HTML conversion
Informations
Author: Radek Hulán
License: GPL
Description
This class allows to convert HTML to PDF. It was designed to export my blog entries to PDFs.
Main features are:
- support for bold, italics, underlined text
- support for headlines <h1>, <h2>, <h3> and <h4>
- support for images
- basic support for tables
- full support for lists <li>
- full support for <blockquote>
- support for pseudo-tags <red> and <blue>
- <pre> will be displayed using Courier font, other text with Times
- support for <br>, <br /> and <p>
- support for <hr> and <hr />
- document header is created with article title, URL, author, and publishing date
- document footer is created with current and total page numbers
- built-in support for iconv (character conversions)