Business::ReportWriter::Pdf - A Business Oriented ReportWriter.


NAME

Business::ReportWriter::Pdf - A Business Oriented ReportWriter.

Back to Top


SYNOPSIS

  use Business::ReportWriter::Pdf;
  my $rw = new Business::ReportWriter::Pdf();
  $rw->process_report($outfile, $report, $head, $list);

Back to Top


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

$obj->get_doc()

Deprecated (?)

Back to Top


SEE ALSO

 Business::ReportWriter

Back to Top


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.

Back to Top


AUTHOR

Kaare Rasmussen <kar at jasonic.dk>

Back to Top

 Business::ReportWriter::Pdf - A Business Oriented ReportWriter.