comparison odfcast/convert.py @ 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 c018570c1a2d
children 74ba8c361d66
comparison
equal deleted inserted replaced
86:6466501a963b 87:4f45ebecb057
200 return render_template("merge.html") 200 return render_template("merge.html")
201 201
202 def post(self): 202 def post(self):
203 log.debug("Merging PDF documents") 203 log.debug("Merging PDF documents")
204 204
205 merger = PdfFileMerger() 205 merger = PdfFileMerger(strict=False)
206 206
207 ffiles = [] 207 ffiles = []
208 208
209 # allow files to have arbitray form names 209 # allow files to have arbitray form names
210 # order files by their form names 210 # order files by their form names
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)