Commit 1a1a7551ceaa19b3091e10046bbf9ca9f6cd69cc
1 parent
0520f7d1
function to get images
git-svn-id: svn+q:///qpdf/trunk@981 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
6 additions
and
0 deletions
TODO
| ... | ... | @@ -3,6 +3,8 @@ Next |
| 3 | 3 | |
| 4 | 4 | * Work in contrib/vc6. See email from stronghorse@tom.com |
| 5 | 5 | |
| 6 | + * Stop using float for version comparisons. | |
| 7 | + | |
| 6 | 8 | 2.2 |
| 7 | 9 | === |
| 8 | 10 | |
| ... | ... | @@ -19,6 +21,10 @@ Next |
| 19 | 21 | qpdf") from 2010-06-09 and my response. Consider providing an |
| 20 | 22 | example program that adds the line he suggests. |
| 21 | 23 | |
| 24 | + * Add function to get all images. Should be able to return a map of | |
| 25 | + pages to a list of images or something similar. Can use | |
| 26 | + QPDFObjectHandle::getPageImages. Look at pdf-billinfo for ideas. | |
| 27 | + | |
| 22 | 28 | * Look at page splitting. Subramanyam provided a test file; see |
| 23 | 29 | ../misc/article-threads.pdf. Email Q-Count: 431864 from |
| 24 | 30 | 2009-11-03. | ... | ... |