aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-15 18:34:27 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-16 19:41:40 +0200
commit7fa5d1773b599df51df21658dff53f5b66fdbba8 (patch)
tree1cd7a6fc7b9efa3b1b0fb436f0e5b05c23a1f03c /TODO
parent8d42eb2632ca5c2ae1200160e78116505b57f6b0 (diff)
downloadqpdf-7fa5d1773b599df51df21658dff53f5b66fdbba8.tar.zst
Implement top-level qpdf json parsing
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index ef5d6d88..afc68a9c 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,13 @@ Soon: Break ground on "Document-level work"
Output JSON v2
==============
+Try to never flatten pages tree. Make sure we do something reasonable
+with pages tree repair. The problem is that if pages tree repair is
+done as a side effect of running --json, the qpdf part of the json may
+contain object numbers that aren't there. Maybe we need to indicate
+whether pages tree repair has been done in the json, but this would
+have to be known early in parsing, which is a problem.
+
General things to remember:
* Make sure all the information from --check and other informational