THotPDF.ValidateFacturXInvoice Method

Validates a loaded Factur-X or ZUGFeRD invoice container and cross-checks its attachment, Catalog AF registration, EmbeddedFiles entry, XMP metadata, profile, relationship, filename, MIME type, and XML guideline

Declaration

function ValidateFacturXInvoice(out AReport: THPDFFacturXValidationReport): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
AReportReceives a THPDFFacturXValidationReport with detected metadata and a THPDFFacturXValidationIssues set of THPDFFacturXValidationIssue values

Return value

Returns True only when a hybrid invoice is detected and the report contains no issues

Usage notes

Related APIs