Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
PDF::Writer - PDF abstraction layer
VERSION
This document describes version 0.01 of PDF::Writer, released June 3, 2004.
SYNOPSIS
use PDF::Writer;
# use PDF::Writer 'pdflib'; # explicitly specify a backend
$writer = PDF::Writer->new;
DESCRIPTION
This module is an abstract class to common PDF manipulation methods; the real work is implemented as backends, which is selected on.
Currently, two backends are available: pdfapi2
for PDF::API2 on CPAN, and pdflib
for pdflib_pl on http://www.pdflib.com/.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.