The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::Writer - PDF writer abstraction layer

VERSION

This document describes version 0.04 of PDF::Writer, released May 6, 2005.

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, 2005 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.

See http://www.perl.com/perl/misc/Artistic.html