From 3a1ff5ded9cf22e114991b5a49857b54f8e56b02 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 28 Jul 2017 19:18:57 -0400 Subject: Add option to preserve unreferenced objects --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 026833d4..1a565ff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ +2017-07-28 Jay Berkenbilt + + * Add --preserve-unreferenced command-line option and + setPreserveUnreferencedObjects method to QPDFWriter. This option + causes QPDFWriter to write all objects from the input file to the + output file regardless of whether the objects are referenced. + Objects are written to the output file in numerical order from the + input file. This option has no effect for linearized files. + 2017-07-27 Jay Berkenbilt * Add --precheck-streams command-line option and setStreamPrecheck - option to QPDFWriter to tell QPDFWriter to attempt decoding a + method to QPDFWriter to tell QPDFWriter to attempt decoding a stream fully before deciding whether to filter it or not. * Recover gracefully from streams that aren't filterable because -- cgit v1.2.3-54-g00ecf