Another fitz failure - incorrect object reference introduced

MuPDF/fitz changed some font references to point to table of contents
entries, corrupting the page.  It no longer gets to save.
This commit is contained in:
James R. Barlow
2018-05-14 13:58:49 -07:00
parent 05287902a2
commit 87a7d4d1a8
+2 -2
View File
@@ -1058,8 +1058,8 @@ def metadata_fixup(
if options.output_type.startswith('pdfa'):
_do_merge_ghostscript([layers_file, ps], output_file, log, context)
elif fitz:
_do_merge_mupdf([layers_file], metadata_file, output_file, log, context)
# elif fitz:
# _do_merge_mupdf([layers_file], metadata_file, output_file, log, context)
else:
re_symlink(layers_file, output_file, log)