Skip to contents

Returns TRUE when the document's /XRef table is structurally valid as PDFium found it, or FALSE when PDFium had to rebuild it from scratch (a sign of a damaged or non-conforming PDF). Wraps FPDF_DocumentHasValidCrossReferenceTable.

Usage

pdf_doc_xref_valid(doc)

Arguments

doc

A pdfium_doc from pdf_doc_open(), or a character path.

Value

Logical scalar.