From 2e7ee23bf63da6de221737907bcc6fa8526c3fda Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 18 Jun 2018 15:05:53 -0400 Subject: Add QPDFPageDocumentHelper and QPDFPageObjectHelper This is the beginning of higher-level API support using helper classes. The goal is to be able to add more helpers without continuing to pollute QPDF's and QPDFObjectHandle's public interfaces. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2f84f00..5157a1b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2018-06-20 Jay Berkenbilt + + * Added new classes QPDFPageDocumentHelper and QPDFPageObjctHelper + for page-level API functions. These classes introduce a new API + pattern of document helpers and object helpers in qpdf. The helper + classes provide a higher level API for working with certain types + of structural features of PDF while still staying true to qpdf's + philosophy of not isolating the user from the underlying + structure. Please see the chapter in the documentation entitled + "Design and Library Notes" for additional discussion. + 2018-06-19 Jay Berkenbilt * New QPDFObject::Rectangle class will convert to and from arrays -- cgit v1.2.3-54-g00ecf