1package Text::PDF;
2
3$VERSION = '0.31';
4
51;
6
7=head1 NAME
8
9Text::PDF - Module for manipulating PDF files
10
11=head1 DESCRIPTION
12
13This module allows interaction with existing PDF files directly. It includes
14various tools including:
15
16  pdfbklt - make booklets out of existing PDF files
17  pdfrevert - remove edits from a PDF file
18  pdfstamp - stamp text on each page of a PDF file
19
20various example programs are also included
21
22=head1 AUTHOR
23
24Martin Hosken Martin_Hosken@sil.org
25
26Copyright Martin Hosken 1999 and onwards
27
28No warranty or expression of effectiveness, least of all regarding anyone's
29safety, is implied in this software or documentation.
30
31=head2 COPYRIGHT
32
33This Perl Text::PDF module is licensed under the same terms as Perl itself.
34
35
36