-
Notifications
You must be signed in to change notification settings - Fork 51
Class ZugferdDocumentPdfMerger
HorstOeko edited this page Nov 27, 2024
·
25 revisions
Class representing the facillity adding existing XML data (file or data-string)
to an existing PDF with conversion to PDF/A
Constructor
public function __construct(string $xmlDataOrFilename, string $pdfData): void
{
}
Name | Type | Allows Null | Description |
---|---|---|---|
xmlDataOrFilename | string | ❌ |
The XML data as a string or the full qualified path to an XML-File containing the XML-data |
pdfData | string | ❌ |
The full filename or a string containing the binary pdf data. This is the original PDF (e.g. created by a ERP system) |
Get a parameter from profile definition
public function getProfileDefinitionParameter(string $parameterName): mixed
{
}
Name | Type | Allows Null | Description |
---|---|---|---|
parameterName | string | ❌ |
Returns a value of type mixed