Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 96627c43

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 96627c4383425906651c53d19e73ef0204e013e7
  • Vorgänger 1974df33
  • Nachfolger d5dece1e

Dokumentationsupdate: html2ps wird vom ReportGenerator schon nicht mehr unterstützt.

Unterschiede anzeigen:

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