Skip to main content

Merge PDF files.

POST 

/pdf/merge

Merge PDF files.

Request

Header Parameters

    ipaas string

Bodyrequired

    files object[]required
  • Array [
  • urlstring

    The PDF URL.

    bufferstring

    The PDF as a Base64-encoded buffer. Can be specified instead of url.

    pages object

    The pages that should be included in the merged document. By default, all pages are included. This is specified as comma-separated page ranges, where 1 means the first page and ^1 the last page.

    anyOf
  • Array [
  • number
  • ]
  • ]
  • getAsUrlboolean

    Whether the result PDF should be returned as a URL. Default is false.

    Example: true
    fileNamestring

    The file name the result PDF will have. Default is a random ID.

Responses

Success

Schema
    urlstringrequired

    The result PDF URL.