From 885b8781cccdc9d4402af58176e826a354b5ef7a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 29 Jul 2017 19:56:21 -0400 Subject: Allow --check to coexist with and precede other operations (fixes #42) --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8732f22e..ac32ea25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2017-07-29 Jay Berkenbilt + * When passing multiple inspection arguments, run --check first, + and defer exit until after all the checks have been run. This + makes it possible to force operations such as --show-xref to be + delayed until after recovery attempts have been made. For example, + if you have a file with a syntactically valid xref table that has + some offsets that are incorrect, running qpdf --check --show-xref + on that file will first recover the xref and the dump the + recovered xref, while just running qpdf --show-xref will show the + xref table as present in the file. Fixes #42. + * When recovering stream length, indicate the recovered length. Fixes #44. -- cgit v1.2.3-54-g00ecf