Commit eb6f06629658b29b319529c7ae15bc063d506b65
1 parent
2d02b3cc
Update 4.2.0 target
Showing
1 changed file
with
6 additions
and
1 deletions
TODO
| ... | ... | @@ -7,12 +7,17 @@ |
| 7 | 7 | 4.2.0 |
| 8 | 8 | ===== |
| 9 | 9 | |
| 10 | + * Provide an option for QPDFWriter to preserve unreferenced objects | |
| 11 | + when writing out a file. | |
| 12 | + | |
| 10 | 13 | * If possible, support user-pluggable stream filters. This would |
| 11 | 14 | enable external code to provide interpretation for filters that are |
| 12 | 15 | missing from qpdf. |
| 13 | 16 | |
| 14 | 17 | * If possible, consider adding RLE, CCITT3, CCITT4, or any other easy |
| 15 | - filters. (Low priority for 4.1.0.) | |
| 18 | + filters. For some reference code that we probably can't use but | |
| 19 | + may be handy anyway, see | |
| 20 | + http://partners.adobe.com/public/developer/ps/sdk/index_archive.html | |
| 16 | 21 | |
| 17 | 22 | * If possible, support the following types of broken files: |
| 18 | 23 | ... | ... |