aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-17 02:35:16 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-17 02:35:16 +0200
commita04de932d280bc52cfb469b4c0b44a8022a4d309 (patch)
tree167848e9e8648d8544911873d836293ff83b56d8 /TODO
parentd59600d63be41f9ffd13815b35b285743544281e (diff)
downloadqpdf-a04de932d280bc52cfb469b4c0b44a8022a4d309.tar.zst
to-do updates for planned work
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO b/TODO
index 60458b8b..9ca8b858 100644
--- a/TODO
+++ b/TODO
@@ -57,6 +57,14 @@ LIBQPDF_3 {
*;
};
+ * Provide an option to copy encryption parameters from another file.
+ This would make it possible to decrypt a file, manually work with
+ it, and then re-encrypt it using the original encryption parameters
+ including a possibly unknown owner password.
+
+ * See if I can support the new encryption formats mentioned in the
+ open bug on sourceforge. Check other sourceforge bugs.
+
Better 64-bit support on Windows
================================
@@ -110,11 +118,6 @@ General
a lot of the same logic as being able to do splitting, so a general
split/merge program would be a great addition.
- * Provide an option to copy encryption parameters from another file.
- This would make it possible to decrypt a file, manually work with
- it, and then re-encrypt it using the original encryption parameters
- including a possibly unknown owner password.
-
* See whether it's possible to remove the call to
flattenScalarReferences. I can't easily figure out why I do it,
but removing it causes strange test failures in linearization. I