# HG changeset patch # User Frank Koormann # Date 1429105132 -7200 # Node ID 4f45ebecb057ec4ab675b56731a816fbb6692c32 # Parent 6466501a963b2bfe242c2bf2627b8fdaa7fe0f5b issue5210: non-strict operation to try to repair xref table etc diff -r 6466501a963b -r 4f45ebecb057 odfcast/convert.py --- 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 = []