From 96627c4383425906651c53d19e73ef0204e013e7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 18 May 2009 14:46:54 +0000 Subject: [PATCH] =?utf8?q?Dokumentationsupdate:=20html2ps=20wird=20vom=20R?= =?utf8?q?eportGenerator=20schon=20nicht=20mehr=20unterst=C3=BCtzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/ReportGenerator.pm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index d0a5f4d36..2d959509d 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -889,20 +889,12 @@ The html generation function. Is invoked by generate_with_headers. =item generate_pdf_content -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. +The PDF generation function. It is invoked by generate_with_headers and renders the PDF with the PDF::API2 library. =item generate_csv_content The CSV generation function. Uses XS_CSV to parse the information into csv. -=item render_pdf_with_pdf_api2 - -PDF render function using the Perl module PDF::API2. - -=item render_pdf_with_html2ps - -PDF render function using the external application html2ps. - =back =head1 CONFIGURATION -- 2.20.1