The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Fuse::PDF::MountPDF - Engine behind the mount_pdf program

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.

SYNOPSIS

   use Fuse::PDF::MountPDF;
   Fuse::PDF::MountPDF->run(@ARGV);

DESCRIPTION

This is the engine that drives the mount_pdf program. See the documentation in that program for details.

METHODS

$pkg->run(@ARGV)

Run the application. See mount_pdf for the @ARGV parsing.

SEE ALSO

mount_pdf

AUTHOR

Chris Dolan, cdolan@cpan.org