From babd12c9b2b824416d2e5992d961396090e2bfea Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 31 Aug 2019 15:10:29 -0400 Subject: Add methods QPDF::anyWarnings and QPDF::closeInputSource --- manual/qpdf-manual.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'manual') 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"; - the + The sets the zlib compression level used for any streams compressed by /FlateDecode. Most @@ -4457,6 +4457,20 @@ print "\n"; additional details. + + + Method QPDF::anyWarnings tells whether + there have been any warnings without clearing the list of + warnings. + + + + + Method QPDF::closeInputSource closes or + otherwise releases the input source. This enables the input + file to be deleted or renamed. + + New methods have been added to QUtil -- cgit v1.2.3-54-g00ecf