
Fuse::PDF::ImageTemplate - [Internal] Carrier for the template PDF for images

This is an internal package, not intended for general use.
use Fuse::PDF::ImageTemplate; my $pdf = Fuse::PDF::ImageTemplate->get_template_pdf();

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.

A tiny, binary PDF is embedded in this source code. It is used to wrap images for use in Fuse::PDF::ContentFS.

Returns a new CAM::PDF instance of the embedded template PDF.


Chris Dolan, cdolan@cpan.org