Revision 96627c43
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
889 | 889 |
|
890 | 890 |
=item generate_pdf_content |
891 | 891 |
|
892 |
The PDF generation function. It is invoked by generate_with_headers, tests whether or not the Perl module PDF::API2 is installed and calls render_pdf_with_pdf_api2 if it is and render_pdf_with_html2ps otherwise.
|
|
892 |
The PDF generation function. It is invoked by generate_with_headers and renders the PDF with the PDF::API2 library.
|
|
893 | 893 |
|
894 | 894 |
=item generate_csv_content |
895 | 895 |
|
896 | 896 |
The CSV generation function. Uses XS_CSV to parse the information into csv. |
897 | 897 |
|
898 |
=item render_pdf_with_pdf_api2 |
|
899 |
|
|
900 |
PDF render function using the Perl module PDF::API2. |
|
901 |
|
|
902 |
=item render_pdf_with_html2ps |
|
903 |
|
|
904 |
PDF render function using the external application html2ps. |
|
905 |
|
|
906 | 898 |
=back |
907 | 899 |
|
908 | 900 |
=head1 CONFIGURATION |
Auch abrufbar als: Unified diff
Dokumentationsupdate: html2ps wird vom ReportGenerator schon nicht mehr unterstützt.