Changes for version 0.08
- Released: 2007 Dec 20
- Summary: Mac GUI; text formatting in -A mode
- Incompatibility: Renamed 'mount_pdf -A' file from pages/<n>/text.txt to pages/<n>/text/plain_text.txt TODO: add a format version number to Fuse::PDF::ContentFS, expressed as a virtual file
- Feature: Wrote a quick-and-dirty Mac GUI wrapper
- Feature: Added a pages/<n>/text/formatted_text.txt virtual file to 'mount_pdf -A'
- Internals: Moved most of the bin/mount_pdf code to Fuse::PDF::MountPDF
- Internals: Tweaked some 'use' statements to better support PAR
- Caveat: If you copy a PDF to the filesystem, you may get a corrupt outer document TODO: save file contents in a stream instead of a string
- Press: http://www.chrisdolan.net/madmongers/par-fuse-pdf.html
- Press: http://use.perl.org/~ChrisDolan/journal/35173
- Press: http://groups.google.com/group/macfuse-devel/browse_thread/thread/c62a52ed55c72007
- Press: http://madmongers.org/mailing-list/mailing-list/my-par/fuse/pdf-talk
Documentation
Enable access to a filesystem embedded in a PDF document
Modules
Filesystem embedded in a PDF document
In-PDF implementation of a filesystem.
Workaround for missing POSIX.pm errno values
In-PDF implementation of a filesystem.
Carrier for the template PDF for images
Engine behind the mount_pdf program
Examples
- example/Fuse-PDF-App/AppDelegate.h
- example/Fuse-PDF-App/AppDelegate.m
- example/Fuse-PDF-App/BundledTask.h
- example/Fuse-PDF-App/BundledTask.m
- example/Fuse-PDF-App/Callback.h
- example/Fuse-PDF-App/Callback.m
- example/Fuse-PDF-App/DragWell.h
- example/Fuse-PDF-App/DragWell.m
- example/Fuse-PDF-App/English.lproj/FPAppWindow.nib/classes.nib
- example/Fuse-PDF-App/English.lproj/FPAppWindow.nib/info.nib
- example/Fuse-PDF-App/English.lproj/FPAppWindow.nib/keyedobjects.nib
- example/Fuse-PDF-App/English.lproj/InfoPlist.strings
- example/Fuse-PDF-App/English.lproj/MainMenu.nib/classes.nib
- example/Fuse-PDF-App/English.lproj/MainMenu.nib/info.nib
- example/Fuse-PDF-App/English.lproj/MainMenu.nib/keyedobjects.nib
- example/Fuse-PDF-App/FPAppWindow.h
- example/Fuse-PDF-App/FPAppWindow.m
- example/Fuse-PDF-App/Fuse-PDF-App.xcodeproj/project.pbxproj
- example/Fuse-PDF-App/Info.plist
- example/Fuse-PDF-App/PDFList.h
- example/Fuse-PDF-App/PDFList.m
- example/Fuse-PDF-App/TaskWrapper.h
- example/Fuse-PDF-App/TaskWrapper.m
- example/Fuse-PDF-App/main.m
- example/Makefile.par