From f37d399d825fc70155a3634c26463a24a2e17035 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 29 Jul 2017 12:18:03 -0400 Subject: Add newline-before-endstream option (fixes #103) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2e4551e..264b0826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2017-07-29 Jay Berkenbilt + * Add --newline-before-endstream command-line option and + setNewlineBeforeEndstream method to QPDFWriter. This forces qpdf + to always add a newline before the endstream keyword. It is a + necessary but not sufficient condition for PDF/A compliance. Fixes + #103. + * Handle zlib data errors when decoding streams. Fixes #106. * Improve handling of files where the "stream" keyword is not -- cgit v1.2.3-54-g00ecf