TdxPDFDocument.Append(string) Method
Appends a specified PDF document’s content to the current document.
Declaration
procedure Append(const AFileName: string); overload;
Parameters
Name | Type | Description |
---|---|---|
AFileName | string | The path to an appended PDF document. |
Remarks
Refer to the following topic section for a code example: Append Documents.
See Also