MergePdfs
Merges the given PDF documents to one PDF document. Throws an error when one of the documents is not a PDF.
Syntax
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