Looking for help!
NAME
PDF::Writer - PDF writer abstraction layer
VERSION
This document describes version 0.03 of PDF::Writer, released July 17th.
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 in runtime. the capability.
Currently, two backends are available: pdfapi2
for PDF::API2 on CPAN, and pdflib
for pdflib_pl on http://www.pdflib.com/.
If both are present, pdfapi2
is preferred.
METHODS
Sorry, but documentation is not yet written. Meanwhile, please see the source code of PDF::Writer::pdflib or PDF::Writer::pdfapi2 for a list of supported methods.
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.