MergeDocuments
Task to merge multiple Pdf documents into one.
Last updated
Was this helpful?
Task to merge multiple Pdf documents into one.
Task version: 1.0.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
InputFilePaths : String[]
Paths to files to merge.
Default: -
Example: ["C:/files/foo.pdf", "C:/files/bar.pdf"]
DestinationFilePath : String
Path where to save merged Pdf.
Default: -
Example: "C:/files/merged.pdf"
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: false
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
Success : Boolean
Indicates if the task completed successfully.
Example: true
Error : Error
Error that occurred during task execution.
Example: object { string Message, object { Exception AdditionalInfo } }
Changelog for Task Frends.Pdf.MergeDocuments.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

