Last updated
Merges the given PDF documents to one PDF document. Throws an error when one of the documents is not a PDF.
MergePdfs ( Documents , Name )Documents List of PDFs to be merged. Type: List<Document>
Name The name of the document containing merged PDFs. Type: String
Document
Last updated