Commit bfdd26fb23d6ecb2cfc6cd2b02b25a4f9378f7dd
1 parent
ad03b51b
notes for things to fix
git-svn-id: svn+q:///qpdf/trunk@746 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
16 additions
and
0 deletions
TODO
| 1 | +Now | ||
| 2 | +=== | ||
| 3 | + | ||
| 4 | + * Add functions to set minimum version and to force pdf version | ||
| 5 | + | ||
| 6 | + * Make multiple calls to init_write safe; document that write | ||
| 7 | + parameter settings must be repeated | ||
| 8 | + | ||
| 9 | + * qpdf_is_encrypted returns false for encrypted file when incorrect | ||
| 10 | + password is given | ||
| 11 | + | ||
| 12 | + | ||
| 1 | 2.1 | 13 | 2.1 |
| 2 | === | 14 | === |
| 3 | 15 | ||
| 16 | + * "Delphi wrapper unit 'qpdf.pas' created by Zarko Gajic | ||
| 17 | + (http://delphi.about.com). .. use at your own risk and for whatever | ||
| 18 | + the purpose you want .. no support provided. Sample code provided." | ||
| 19 | + | ||
| 4 | * Add ability to create new streams or replace stream data. Consider | 20 | * Add ability to create new streams or replace stream data. Consider |
| 5 | stream data sources to include a file and offset, a buffer, or a | 21 | stream data sources to include a file and offset, a buffer, or a |
| 6 | some kind of callback mechanism. Find messages exchanged with | 22 | some kind of callback mechanism. Find messages exchanged with |