aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-18 20:59:14 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-18 22:59:24 +0100
commit352ce9b22ba32fa50e22258f7d61557ae0d53cc5 (patch)
treeb5664b2f25f6b9e17a8a617f3e4c52170f86dc5b /ChangeLog
parent6ef9e31233723f2e73a4ed9bc3cd1fcaa6c69b5d (diff)
downloadqpdf-352ce9b22ba32fa50e22258f7d61557ae0d53cc5.tar.zst
Preserve page labels (numbers) when splitting and merging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75fad549..5f44bb05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2018-12-18 Jay Berkenbilt <ejb@ql.org>
+ * Preserve page labels when merging and splitting files. Prior
+ versions of qpdf simply preserved the page label information from
+ the first file, which usually wouldn't make any sense in the
+ merged file. Now any page that had a page number in any original
+ file will have the same page number after merging or splitting.
+
* Add QPDFPageLabelDocumentHelper class. This is a document helper
class that provides useful methods for dealing with page labels.
It abstracts the fact that they are stored as number trees and