changeset 87:4f45ebecb057 1.3

issue5210: non-strict operation to try to repair xref table etc
author Frank Koormann <frank.koormann@intevation.de>
date Wed, 15 Apr 2015 15:38:52 +0200
parents 6466501a963b
children 7bf50c6374cb
files odfcast/convert.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/odfcast/convert.py	Thu Apr 02 15:58:40 2015 +0200
+++ b/odfcast/convert.py	Wed Apr 15 15:38:52 2015 +0200
@@ -202,7 +202,7 @@
     def post(self):
         log.debug("Merging PDF documents")
 
-        merger = PdfFileMerger()
+        merger = PdfFileMerger(strict=False)
 
         ffiles = []
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)