PDF::API2::Lite is a lite PDF creation module.
SYNOPSIS
$pdf = PDF::API2::Lite->new;
$pdf->page(595,842);
$img = $pdf->image('some.jpg');
$font = $pdf->corefont('Times-Roman');
$font = $pdf->ttfont('TimesNewRoman.ttf');
METHODS
PDF::API2::Lite
$pdf = PDF::API::Lite->new
$pdf->page
$pdf->page $width,$height
$pdf->page $llx, $lly, $urx, $ury
Opens a new page.
$pdf->mediabox $w, $h
$pdf->mediabox $llx, $lly, $urx, $ury
Sets the global mediabox.
$pdf->saveas $file
Saves the document (may not be modified later) and deallocates the pdf-structures.
$font = $pdf->corefont $fontname
Product's homepage
Requirements:
· Perl