From 2a82f6e1e05b5791c264efd8f70a20aeadca7501 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2018 14:52:03 -0400 Subject: Add method to get count of objects in QPDF --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2463c250..dd19b0a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-06-22 Jay Berkenbilt + * Add new method QPDF::getObjectCount(). This gives an approximate + (upper bound) account of objects in the QPDF object. + * Don't leave files open when merging. This makes it possible merge more files at once than the operating system's open file limit. Fixes #154. -- cgit v1.2.3-54-g00ecf