From bb0ea2f8e7d8fffa575b291004e4426138c7bb1a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 18 Jun 2022 21:04:44 -0400 Subject: Add qpdfjob_register_progress_reporter --- manual/release-notes.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 9a911eea..f50e8e3d 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -186,8 +186,8 @@ For a detailed list of changes, please see the file - Add new ``Pipeline`` type ``Pl_String`` to append to a ``std::string``. - - Add methods to QUtil for converting PDF timestamps and QPDFTime - objects to ISO-8601 timestamps. + - Add methods to ``QUtil`` for converting PDF timestamps and + ``QPDFTime`` objects to ISO-8601 timestamps. - Enhance JSON class to better support incrementally reading and writing large amounts of data without having to keep everything @@ -200,6 +200,12 @@ For a detailed list of changes, please see the file interface offers more flexibility than the old interface, which remains available. + - Add ``QPDFJob::registerProgressReporter`` and + ``qpdfjob_register_progress_reporter`` to allow a custom + progress reporter to be used with ``QPDFJob``. The ``QPDFJob`` + object must be configured to report progress (via command-line + argument or otherwise) for this to be used. + - Other changes - In JSON v1 mode, the ``"objects"`` key now reflects the repaired -- cgit v1.2.3-54-g00ecf