NAME
Fuse::PDF::ImageTemplate - Carrier for the template PDF for images
SYNOPSIS
use Fuse::PDF::ImageTemplate;
my $pdf = Fuse::PDF::ImageTemplate->get_template_pdf();
LICENSE
Copyright 2007 Chris Dolan, cdolan@cpan.org
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DESCRIPTION
A binary PDF is embedded in this source code.
METHODS
- Fuse::PDF::ImageTemplate->get_template_pdf()
-
Returns a new CAM::PDF instance of the template PDF.
SEE ALSO
AUTHOR
Chris Dolan, cdolan@cpan.org