From d61ffb65d034848157291b9825f4b33155bd55e7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Jan 2021 18:35:30 -0500 Subject: Add new constructors for name/number tree helpers Add constructors that take a QPDF object so we can issue warnings and create new indirect objects. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c83d58bd..49ae1882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2021-01-16 Jay Berkenbilt + * Add new constructors for QPDFNameTreeObjectHelper and + QPDFNumberTreeObjectHelper that take a QPDF object so they can + create indirect objects and issue warnings. The old constructors + are deprecated and will be removed in qpdf 11. Just pass in the + owning QPDF of the object handle used to initialize the helpers. + * Re-implement QPDFNameTreeObjectHelper and QPDFNumberTreeObjectHelper to be much more efficient and to have an iterator-based API in addition to the existing one. This makes -- cgit v1.2.3-54-g00ecf