to-do updates for planned work

This commit is contained in:
Jay Berkenbilt 2012-06-16 20:35:16 -04:00
parent d59600d63b
commit a04de932d2
1 changed files with 8 additions and 5 deletions

13
TODO
View File

@ -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