THotPDF.ExtractFacturXXML Method
Metodsammanfattning: THotPDF.ExtractFacturXXML Method
Deklaration
function ExtractFacturXXML(out AXMLBytes: TBytes): Boolean;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
AXMLBytes | Tar emot de extraherade faktura-XML-byten när metoden returnerar True |
Returvärde
Returnerar True när den primära fakturans XML-byte hittas och kopieras
Användningsinformation
- Metoden anropar först DetectFacturXInvoice för att identifiera den primära fakturans XML-filnamn
- Utgångsbyte-matrisen rensas när det inlästa dokumentet inte innehåller en identifierbar hybridfaktura-XML-fil
- This API extracts the XML payload only; schema and business-rule validation remain the caller's responsibility
Relaterade API:er
- THotPDF.ValidateFacturXInvoice Method
- THotPDF.DetectFacturXInvoice Method
- THotPDF.ExtractEmbeddedFileBytes Method
- THotPDF.AddFacturXAssociatedFile Method