NAME
Dbf2pdf - Converts DBF file format to PDF format
SYNOPSIS
DESCRIPTION
Convert a DBF file to Portable Document Format. The arguments that it takes are described below:
$PageSize: letter (default), legal, tabloid
$PageOrientation: Portrait (default), Landscape
$DbfFile: Input DBF file location (required)
$PdfFile: Output PDF file location (optional)
$FontSize: Desired size of font (optional, default '10')
$Title: String centered at top of first page (optional)
If no output file is specified the pdf data is printed to STDOUT.
LICENSE
A license is hereby granted for anyone to reuse this Perl module in its original, unaltered form for any purpose, including any commercial software endeavor. However, any modifications to this code or any derivative work (including ports to other languages) must be submitted to the original author, Andy Orr, before the modified software or derivative work is used in any commercial application. All modifications or derivative works must be submitted to the author with 30 days of completion. The author reserves the right to incorporate any modifications or derivative work into future releases of this software.
This software cannot be placed on a CD-ROM or similar media for commercial distribution without the prior approval of the author.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 24:
'=item' outside of any '=over'
- Around line 28:
You forgot a '=back' before '=head1'