aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b150c27..35b78e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-07-14 Jay Berkenbilt <ejb@ql.org>
+ * QPDFWriter: add public copyEncryptionParameters to allow copying
+ encryption parameters from another file.
+
* QPDFWriter: detect if the user has inserted an indirect object
from another QPDF object and throw an exception directing the user
to copyForeignObject.