ONO::Lib::PDF::Gen

Functions

close();

Close a PDF file.

See also open() and page().

ONO::Lib::PDF::Gen->close( );

open();

Open a new PDF file.

-A force use A4
-L landscape
-U force use US Letter

See also page() and close().

ONO::Lib::PDF::Gen->open( $file, $width, $height, $lang, $geo, $switches );
returns: $format

page();

Add a page to a PDF file.

-L landscape

See also open() and close().

ONO::Lib::PDF::Gen->page( $format, $switches );

Sub-Modules

none

Dependencies

Optional CPAN Modules

The following modules may be optional, but they are probably required for all features to work properly.

PDF::Reuse