Commit 5a29b7f9dd353c7baf2ca738bd2a56582a6525ea
1 parent
b1dad0de
Add comment about incremental updates with mixed xref types
Showing
1 changed file
with
3 additions
and
0 deletions
TODO.md
| ... | ... | @@ -38,6 +38,9 @@ Next |
| 38 | 38 | * Make it possible to see incremental updates in qdf mode. |
| 39 | 39 | * Make it possible to add incremental updates. |
| 40 | 40 | * We may want a writing mode that preserves object IDs. See #339. |
| 41 | + * Issue #1148 raises concerns about mixing xref tables and xref streams. We will have to consider | |
| 42 | + how qpdf should deal with this while making sure not to break hybrid-ref files, which are in the | |
| 43 | + test suite. | |
| 41 | 44 | * Support digital signatures. This probably requires support for incremental updates. First, add |
| 42 | 45 | support for verifying digital signatures. Then we can consider adding support for signing |
| 43 | 46 | documents, though the ability to sign documents is less useful without an interactive process of | ... | ... |