From 9bb6f570ec73c6154748596d04a6f10c41c57721 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 16 Dec 2021 14:36:21 -0500 Subject: C API: add functions for working with pages (fixes #594) --- manual/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'manual/index.rst') diff --git a/manual/index.rst b/manual/index.rst index 8fcb18f9..155d64b0 100644 --- a/manual/index.rst +++ b/manual/index.rst @@ -3626,7 +3626,9 @@ For a detailed list of changes, please see the file more detail what the behavior is. See :ref:`ref.object-accessors` for a more in-depth discussion. - - Overhaul error handling for the object handle functions in the + - C API Enhancements + + - Overhaul error handling for the object handle functions C API. See comments in the "Object handling" section of :file:`include/qpdf/qpdf-c.h` for details. In particular, exceptions thrown by the underlying C++ code @@ -3650,6 +3652,9 @@ For a detailed list of changes, please see the file and ``qpdf_replace_object``, exposing the corresponding methods in ``QPDF`` and ``QPDFObjectHandle``. + - Add several functions for working with pages. See ``PAGE + FUNCTIONS`` in ``include/qpdf/qpdf-c.h`` for details. + - Documentation change - The documentation sources have been switched from docbook to -- cgit v1.2.3-54-g00ecf