summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-23 02:05:18 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-23 02:57:33 +0200
commit551dfbf697736b8cae677d87b7931b5f23f830b8 (patch)
tree04955d347d758e871fce229029085a518ec59f88 /manual
parented62be888cdab0c84d4dd2799f8e4727cfaaf9d6 (diff)
downloadqpdf-551dfbf697736b8cae677d87b7931b5f23f830b8.tar.zst
Allow set*EncryptionParameters before filename iset (fixes #336)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index b64b2b3b..3bd1f259 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4344,6 +4344,15 @@ print "\n";
when qpdf is invoked as an AppImage.
</para>
</listitem>
+ <listitem>
+ <para>
+ Calling
+ <function>QPDFWriter::set*EncryptionParameters</function> on
+ a <classname>QPDFWriter</classname> object whose output
+ filename has not yet been set no longer produces a
+ segmentation fault.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>