For the complete documentation index, see llms.txt. This page is also available as Markdown.

MergeDocuments

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

Task Parameters

Name
Description

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"

Task Result

Name
Description

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 } }

Task Changelog

Changelog for Task Frends.Pdf.MergeDocuments.

[1.0.0] - 2025-08-28

Changed

  • Initial implementation

Last updated

Was this helpful?