|
PDF::Tk - Perl integration for the pdf toolkit |
PDF::Tk - Perl integration for the pdf toolkit (pdftk)
use PDF::Tk; my $doc=PDF::Tk->new(file=>["/tmp/my1.pdf","/tmp/my2.pdf"]); my @parts=$doc->pages();
This module is a interface for the command line pdftk command.
document - a scalar containing a PDF document,
file - either a PDF filename or a arrayref of filenames.
pdftf - path to the pdftk binary, defaults to "/usr/bin/pdftk"
note that document and file are mutually exclusive!
http://www.accesspdf.com/pdftk/
Marcus Ramberg, <marcus@mediaflex.no>
Copyright 2004 by Mediaflex A/S.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
PDF::Tk - Perl integration for the pdf toolkit |