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


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

Index


NAME

Top

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

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.

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHODS

Top

$pkg->run(@ARGV)

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

SEE ALSO

Top

mount_pdf

AUTHOR

Top

Chris Dolan, cdolan@cpan.org


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