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

PDF

MergePdfs

Merges the given PDF documents to one PDF document. Throws an error when one of the documents is not a PDF.

Syntax

MergePdfs ( Documents , Name )

Parameters

Documents List of PDFs to be merged. Type: List<Document>

Name The name of the document containing merged PDFs. Type: String

Return Type

Document

Last updated