Skip to main content

Count PDF pages.

POST 

/pdf/count

Count PDF pages.

Request

Header Parameters

    ipaas string

Bodyrequired

    urlstring

    The PDF URL.

    bufferstring

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

Responses

Success

Schema
    pageCountnumberrequired

    The number of pages in the PDF.