Operations

Merge Files

Combine multiple input files in one single PDF

To merge files to a single PDF, create a job with a merge task.

If input files are not PDFs yet, they are automatically converted to PDF.

Task Parameters

operation
string required
Value is merge.
input
string or array of task names required

The input task name(s) for this task.

output_format
string required

The target format to convert to.

engine
string

Use a specific engine for the conversion.

engine_version
string

Use a specific engine version for the conversion.

filename
string

Choose a filename (including extension) for the output file.

timeout
integer

Timeout in seconds after the task will be cancelled. By default, tasks time out after 5 hours.

Example Job

Using the parameters from above, you can create a job:

POSThttps://api.cloudconvert.com/v2/jobs
Use the Job Builder to generate and try out merge jobs.