aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 21:10:29 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 21:51:20 +0200
commitbabd12c9b2b824416d2e5992d961396090e2bfea (patch)
treedb93106c110c40bceac97914ec8eb3658a50dbf9 /manual
parent41b5c46497997d45ba2e7521b66a262ea7a1afd4 (diff)
downloadqpdf-babd12c9b2b824416d2e5992d961396090e2bfea.tar.zst
Add methods QPDF::anyWarnings and QPDF::closeInputSource
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 4f3b54ae..bfdefc41 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4429,7 +4429,7 @@ print "\n";
</listitem>
<listitem>
<para>
- the
+ The
<option>--compression-level=<replaceable>level</replaceable></option>
sets the zlib compression level used for any streams
compressed by <literal>/FlateDecode</literal>. Most
@@ -4459,6 +4459,20 @@ print "\n";
</listitem>
<listitem>
<para>
+ Method <function>QPDF::anyWarnings</function> tells whether
+ there have been any warnings without clearing the list of
+ warnings.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Method <function>QPDF::closeInputSource</function> closes or
+ otherwise releases the input source. This enables the input
+ file to be deleted or renamed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
New methods have been added to <classname>QUtil</classname>
for converting back and forth between strings and unsigned
integers: <function>uint_to_string</function>,