Convert XML Invoice to PDF
Logischer Name: T10_A003_AV01_CV01_ConvertXmlInvoiceToPdf
Description
Generates a readable PDF document from an electronic XML invoice (e.g., ZUGFeRD or XRechnung) by rendering the XML data into a formatted PDF layout.
Request Input
Body Type: DtoRequestT10_A003_AV01_CV01_ConvertXmlInvoiceToPdf
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Xml | string | yes | Invoice XML | |
| Type | enum<InvoiceType> | yes | Invoice Type | enum=(AutoDetect, ZUGFeRD, xRechnung) |
Response Output
Body Type: DtoResponseT10_A002_AV01_CV01_ExtractXmlFromInvoicePdf
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
| Xml | string | yes | XML |