GNOME Bugzilla – Bug 726778
Cannot export to PDF
Last modified: 2014-07-05 22:03:26 UTC
This happens with 0.7.11, but not 100% of the times. A way to reproduce seems to be to select several regions of text. Here are the steps: - Load one or more pictures - Recognize text - Export as PDF (searchable PDF) Traceback (most recent call last):
+ Trace 233376
self.EXPORT_FORMATS[format][1])
name)
document_generator.addPage(page)
self.addBoxes(page_data.data_boxes)
self.addBox(data_box)
self.addText(data_box)
text.textLines('\n'.join(lines))
lines = '\n'.split(asUnicode(stuff).strip())
Thanks for reporting. It was happening when attempting to export to PDF a document having a text area with no text. It will be fixed in the next version.