From dfce581754142d37308313b6788598771f242039 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 17 Feb 2021 20:04:55 -0500 Subject: Add numeric argument to --collate This takes pages from the file in groups of n with default = 1. This partially fixes the enhancement in issue #505 but doesn't implement the entire suggestion. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2009162c..676a2466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-02-17 Jay Berkenbilt + + * Allow optional numeric argument to --collate. If --collate=n is + given, pull n pages from the first file, n pages from the second + file, etc., until we run out of pages. + 2021-02-15 Jay Berkenbilt * Add a version of QPDFObjectHandle::parse that takes a QPDF* as -- cgit v1.2.3-54-g00ecf