Frends.Pdf.MergeDocuments / 1.1.0
Summary
Combines several PDFs into one file, in the order listed.
Typical use — assembling a covering document with its attachments into the single file an archive or recipient expects
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputFilePaths | String[] |
– | ["C:/files/foo.pdf", "C:/files/bar.pdf"] |
Paths to files to merge. |
| DestinationFilePath | String |
– | "C:/files/merged.pdf" |
Path where to save merged Pdf. |