Skip to content

PDFDoc::setup: Fix return value

Albert Astals Cid requested to merge aacid/poppler:pdfdoc_setup_isok into master

At that point xref can have gone wrong since extractPDFSubtype() can have caused a reconstruct that broke stuff so instead of unconditionally returning true, return xref->isOk()

Fixes #706 (closed)

Merge request reports