Skip to main content

Create empty PDF.

POST 

/pdf/create

Create empty PDF.

Request

Header Parameters

    ipaas string

Bodyrequired

    getAsUrlboolean

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

    Example: true
    pagesnumber

    The number of pages the new PDF should have. Must be at least 1. Default is 1.

    Possible values: >= 1

    Example: 10
    widthnumber

    The width of the pages in points. Default is 595.

    Example: 595
    heightnumber

    The height of the pages in points. Default is 842.

    Example: 842
    fileNamestring

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

Responses

Success

Schema
    urlstringrequired

    The result PDF URL.