A utility class for building table layouts in a PDF::API2 object
http://search.cpan.org/dist/PDF-Table
This class is a utility for use with the PDF::API2 module from CPAN. It
can be used to display text data in a table layout within the PDF. The
text data must be in a 2d array (such as returned by a DBI statement
handle fetchall_arrayref() call). The PDF::Table will automatically add as
many new pages as necessary to display all of the data. Various layout
properties, such as font, font size, and cell padding and background color
can be specified for each column and/or for even/odd rows. Also a
(non)repeated header row with different layout properties can be
specified.
- Sources inherited from project devel:languages:perl
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Tomcat42/perl-PDF-Table && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PDF-Table-1.006.tar.gz | 0000092514 90.3 KB | |
cpanspec.yml | 0000001514 1.48 KB | |
perl-PDF-Table.changes | 0000011835 11.6 KB | |
perl-PDF-Table.spec | 0000002364 2.31 KB |
Latest Revision
Tina Müller (tinita)
accepted
request 1160771
from
Tina Müller (tinita)
(revision 16)
- updated to 1.006 see /usr/share/doc/packages/perl-PDF-Table/Changes === Version 1.006 (2024-03-20) examples/*.pl Add ability to read an ENV environmental variable 'PDF_prefLib' to get the preferred library to use (API2 or Builder). Checks for command line A or B (or -A -B), ENV{PDF_prefLib} A or B, PDF::API2 or PDF::Builder, examples/PDFpref file A or B, PDF::API2 or PDF::Builder. This is of real interest only when BOTH libraries are installed, and you need to pick one or the other to run with. Note that util/3_examples.pl also has the ability to give 'A' or 'B' on the command line to indicate a preference for API2 or Builder (if both are installed). Note that the t-tests use a dummy library PDFAPI2Mock, that provides enough of the interface to let the tests be run, regardless of whether you already have API2 or Builder installed! However, you will still need to have at least one of the two installed in order to run the examples or otherwise use PDF::Table. lib/PDF/Table.pm, examples/no_repeat.pl (new), util/3_examples Was incorrectly defaulting undefined header repeat switch, in a manner that did not allow the switch to be '0': no repeating the header (#77). Add new example of multipage table without repeating header. README.md update to point to new Home Page structure on catskilltech.com including both full documentation and examples
Comments 0