mergePDF

mergePDF

ADVANCED / PREMIUM BASIC

Merges two or more PDF documents.

Description
public void mergePDF(ArrayList documents, String target) throws Exception

This method allows the full merging of PDF documents.

Parameters

documents

Paths of the PDF documents to merge.

target

The destination path of the merged file.

Code samples

Example #1: