Skip to main content

Encrypt PDF.

POST 

/pdf/encrypt

Encrypt PDF.

Request

Header Parameters

    ipaas string

Bodyrequired

    urlstring

    The PDF URL.

    bufferstring

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

    getAsUrlboolean

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

    Example: true
    userPasswordstringrequired

    The user password.

    ownerPasswordstring

    The owner password. Default is the user password.

Responses

Success

Schema
    urlstringrequired

    The result PDF URL.