-
Notifications
You must be signed in to change notification settings - Fork 275
FutureDirections
This page details, in a very uneven level of specificity, work to be done.
Some PDFs are encrypted. I don't really care, but I might if someone paid me enough.
Some PDFs need to be decompressed for some operations. For the most part, for most things, this works fine right now, because a lot of useful things can be done without compressing or decompressing. Am planning on adding support for /Flate decompression with the PNG predictor options.
Currently, I plan to implement these for reading. No current plans for writing.
Am considering putting a lot of the functionality of the example programs in a "mashup" subpackage that understands how to create documents from multiple PDFs. That and a single program to drive it would be excellent as a standalone program, and also as a demonstration of the capabilities.