2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-04 03:10:52 +00:00

change note

git-svn-id: svn+q:///qpdf/trunk@994 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-08-05 20:33:22 +00:00
parent 9a8f6b8c2d
commit c292442962

14
TODO
View File

@ -17,18 +17,18 @@ Next
qpdf") from 2010-06-09 and my response. Consider providing an
example program that adds the line he suggests.
* Add function to get all images. Should be able to return a map of
pages to a list of images or something similar. Can use
QPDFObjectHandle::getPageImages. Look at pdf-billinfo for ideas.
* Look at page splitting. Subramanyam provided a test file; see
../misc/article-threads.pdf. Email Q-Count: 431864 from
2009-11-03.
* Create an example that does some kind of manipulation on every
image. Use QPDF::getAllPages and QPDFObjectHandle::getPageImages
along with new stream data and dictionary manipulation.
General
=======
* Look at page splitting. Subramanyam provided a test file; see
../misc/article-threads.pdf. Email Q-Count: 431864 from
2009-11-03. See also "Splitting by Pages" below.
* Provide an option to copy encryption parameters from another file.
This would make it possible to decrypt a file, manually work with
it, and then re-encrypt it using the original encryption parameters