The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.0024 - 2012-01-22

  • ENHANCEMENTS
    • Use display property instead deriving it from the tag.
    • Add support for text rotation.
    • Add swap_images constructor parameter to Template::Flute::PDF for replacing static HTML images with dynamic ones in the PDF.
    • Let process method of Template::Flute::PDF return the PDF as string in case no file name has been passed in the constructor or method call.
    • Add support for HTML center element.
    • Add support for underlining text.
  • BUG FIXES
    • Prevent applying CSS styles from descendant selectors to parent element.
    • Improve drawing of borders for PDF.
    • Add float left as additional condition to show list elements horizontally in the PDF.
    • Clean up temporary file generated by Template::Flute::PDF::Image's convert method.
    • Fix stripe width calculation.
    • Fix PDF box calculation bug for elements with padding and maximum width.
  • DOCUMENTATION
    • Add description section to Template::Flute::PDF's POD.

Modules

PDF generator for HTML templates
PDF boxes class
PDF image class
PDF import class