The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.9.3

  • Added backward compatibility and now again params with '-' front are supported. Both params with '-'and without are valid and can be even mixed together. I excuse for changing the interface before.
  • Added cell_props parameter wich can define properties for a single cell as specified by user. Thanks for cell_props patch to Bodo Bauer.
  • Removed Version requirement of Perl 5.8.7 and only version ot 5.6.0 is required. Thanks to Jonas Pasche for reporting it.
  • Updated examples/sample1.pl file to try the capabilities of the module immidiately after download.
  • Documentation Update.
  • Fixed bug with interpreting \n as special char but not as newline. Thanks to Jonas Pasche for reporting it. (reminder: text with \n must be enclosed in double quotes i.e. "text\nnewline" )
  • Fixed documentation inacuracy for text_block(). It is called as $pdftable->text_block() of course. Thanks to Jonas Pasche for reporting it.
  • Fixed bug with first_line overlaping with former paragraph last line. Thanks to Jonas Pasche for reporting it and contributing a patch.

Modules

A utility class for building table layouts in a PDF::API2 object.