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


Back to Top


NAME

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

Back to Top


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.

Back to Top


SYNOPSIS

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

Back to Top


DESCRIPTION

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

Back to Top


METHODS

$pkg->run(@ARGV)

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

Back to Top


SEE ALSO

mount_pdf

Back to Top


AUTHOR

Chris Dolan, cdolan@cpan.org

Back to Top

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