summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-14 15:13:49 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-14 15:14:41 +0200
commit0575d77d77b0308535422ad2d3a1bf7c94baabb0 (patch)
tree296c10a722b700c70798eb2296a152914a9f5f6c /TODO
parentee3682f1068fa8edc6e90b911fe2dbfa6bd7733a (diff)
downloadqpdf-0575d77d77b0308535422ad2d3a1bf7c94baabb0.tar.zst
Add public QPDFWriter::copyEncryptionParameters
Method to copy encryption parameters from another file. Adapted from existing code to copy encryption parameters from the original file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index b29559ee..d38cb002 100644
--- a/TODO
+++ b/TODO
@@ -64,10 +64,9 @@ Next
- Tests through qpdf command line: copy pages from multiple PDFs
starting with one PDF and also starting with empty.
- * (Hopefully) 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.
+ * qpdf commandline: provide an option to copy encryption parameters
+ from another file, specifying file and password. Search for "Copy
+ encryption parameters" in qpdf.test.
Soon