# 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**\
&#x20;List of PDFs to be merged.\
&#x20;Type: List\<Document>

**Name**\
The name of the document containing merged PDFs.\
&#x20;Type: String

#### Return Type

Document
