NAME
Fuse::PDF::ImageTemplate - [Internal] Carrier for the template PDF for images
SYNOPSIS
This is an internal package, not intended for general use.
use Fuse::PDF::ImageTemplate;
my $pdf = Fuse::PDF::ImageTemplate->get_template_pdf();
LICENSE
Copyright 2007-2008 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 tiny, binary PDF is embedded in this source code. It is used to wrap images for use in Fuse::PDF::ContentFS.
METHODS
- Fuse::PDF::ImageTemplate->get_template_pdf()
-
Returns a new CAM::PDF instance of the embedded template PDF.
SEE ALSO
AUTHOR
Chris Dolan, cdolan@cpan.org