Skip to main content

base64 encrypted & sealed PDF

POST 

/api/signing/v1/pdf/encrypt/base64

This endpoint accept a file via multiform-part upload. The uploaded file must be a pdf document with mimetype 'application/pdf The PDF will be locked and returned as base64 encoded string

Request

Query Parameters

    chainverification boolean

Body

required

    file binary

    PDF File to be sealed

    id string

    the id of the document

    verificationLink string

    link of the solution to verify the document

    idText string

    the text belonging upfront of the Id

    useBarcode string

    add this form entry as X and a barcode page will be added to the document instead of a verification footer

Responses

This endpoint accept a file via multiform-part upload. The uploaded file must be a pdf document with mimetype 'application/pdf The PDF will be locked and returned as base64 encoded string

Schema

    string

Loading...