[Changes for 0.20 - 2006-09-11]
Bundle our private fork of PDF::Template as PDF::FromHTML::Template
to work around the bug that PDF::Template 0.30 is no longer available
no CPAN.
Redesigned the table layout engine, so that tables with borders,
colspan settings, and per-td widths are all respected.
[Changes for 0.12 - 2005-12-01]
For Perl 5.8.1, "use constant" alone seems not enough to pass
use strict subs. Reported by Christian Pipi.
Updateded to Module::Install 0.40 for better installation support.
[Changes for 0.11 - 2005-12-01]
For Perl 5.6.x, we have to use PDFLib as PDF::API2 only supports
Perl 5.8+. Reported by Jessie Chen.
[Changes for 0.10 - 2005-11-29]
Chase new versions of PDF::Template and PDF::Writer.
Add support for PDFLib based rendering engine, in addition to PDF::API2.
[Changes for 0.08 - 2005-05-06]
Fix image handler bug in Twig.pm for zero-width and missing image
files, contributed by Charleston Software Associates.
[Changes for 0.07 - 2004-12-08]
Heading fonts are made much bigger.
Prelminary support for <img src="http://..."> via LWP.
Use Image::Size to determine image size correctly.
Correct layout for mixed colspan and rowspan.
Variable support via a plain $__PAGE__ in text
(this interface may change into <var> the future).
[Changes for 0.06 - 2004-11-23]
Correctly fallback to XML::Clean if HTML::Tidy is unavailable.
Rowspan was only renfered properly on leading columns; now it should
work on all columns.
[Changes for 0.05 - 2004-11-18]
HTML::Tidy is now preferred over XML::Clean.
Graphics::ColorNames now replaces Color::Rgb.
Dropped dependency on Spiffy and Hook::LexWrap.
TD and TH's "rowspan" and "colspan" is now handled, albeit imperfectly.
Widths in TD and TH in the same TR now always adds back to 100%.
[Changes for 0.04 - 2004-09-23]
Adds parameters to ->convert() so page size, font height etc can be tweaked.