NAME
Business::ReportWriter::Pdf - A Business Oriented ReportWriter.
SYNOPSIS
my
$rw
= new Business::ReportWriter::Pdf();
$rw
->process_report(
$outfile
,
$report
,
$head
,
$list
);
DESCRIPTION
Business::ReportWriter is a tool to make a Business Report from an array of data. The report output is generated based on a XML description of the report.
The report is written to a PDF file.
Method calls
SEE ALSO
Business::ReportWriter
COPYRIGHT
Copyright (C) 2003-2006 Kaare Rasmussen. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Kaare Rasmussen <kar at jasonic.dk>