summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-04-30 20:20:35 +0200
committerJay Berkenbilt <ejb@ql.org>2011-04-30 20:20:35 +0200
commit6405d3928f78bc227587b87b8e2c2d46502796e0 (patch)
tree88753b44f945b0860eb7c40d4290022bfcff374f /TODO
parenta8f224872995e3b90297693cfe1f381f01c555c8 (diff)
downloadqpdf-6405d3928f78bc227587b87b8e2c2d46502796e0.tar.zst
be less conservative when skipping over inline images in content normalization
git-svn-id: svn+q:///qpdf/trunk@1050 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 41aee45d..37d8aa75 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
+Next
+====
+
+ * Look for %PDF header somewhere within the first 1024 bytes of the
+ file. Also accept headers of the form "%!PS−Adobe−N.n PDF−M.m".
+ See Implementation notes 13 and 14 in appendix H of the PDF 1.7
+ specification. This is bug 3267974.
+
General
=======
@@ -174,6 +182,10 @@ Index: QPDFWriter.cc
providing some mechanism to recover earlier versions of a file
embedded prior to appended sections.
+ * From a suggestion in bug 3152169, consisder having an option to
+ re-encode inline images with an ASCII encoding.
+
+
Splitting by Pages
==================