aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
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>,