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


Fuse-PDF documentation  | view source Contained in the Fuse-PDF distribution.

Index


NAME

Top

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

SYNOPSIS

Top

This is an internal package, not intended for general use.

  use Fuse::PDF::ImageTemplate;
  my $pdf = Fuse::PDF::ImageTemplate->get_template_pdf();

LICENSE

Top

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

Top

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

METHODS

Top

Fuse::PDF::ImageTemplate->get_template_pdf()

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

SEE ALSO

Top

Fuse::PDF::ContentFS

AUTHOR

Top

Chris Dolan, cdolan@cpan.org


Fuse-PDF documentation  | view source Contained in the Fuse-PDF distribution.