NAME

mount_pdf - Enable access to a filesystem embedded in a PDF document

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.

SYNOPSIS

mount_pdf [options] file.pdf /path/to/mount/point

Options:
  -d --debug          turn on FUSE debug messages
  -p --pass           prompt for a PDF user password if needed
  -h --help           verbose help message
  -V --version        print Fuse::PDF version

If you want to read the PDF from STDIN and write it out to STDOUT, you can supply - as the PDF filename.

DESCRIPTION

This is a simple front-end to Fuse::PDF which allows you to mount a PDF as a filesystem. All content in the filesystem is represented as a tree in the PDF data structure.

If you employ PDF encryption, all content will be encrypted (including file and directory names and extended attributes) but filesystem metadata (sizes, timestamps, permissions, tree structure) will not be.

AUTHOR

Chris Dolan, cdolan@cpan.org