Skip to main content

Edit PDF metadata.

POST 

/pdf/metadata/edit

Edit PDF metadata.

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
    titlestring

    The new title of the PDF.

    authorstring

    The new author of the PDF.

    subjectstring

    The new subject of the PDF.

    keywordsstring[]

    The new keywords of the PDF.

    fileNamestring

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

Responses

Success

Schema
    urlstringrequired

    The result PDF URL.