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.

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