Pdf

Concatenate multiple pdf files into single pdf file..

post/api/v1/pdf/pdfconcat

Request body

pdfDocumentsAsBase64Stringstring[] nullable

The list of Pdf documents encoded as Base64 strings.

Response

Returns the newly created pdf file. Either the file directly or serialized as Json if Accept-header is set to application/json

errorMessagestring nullable

If any error occurs the message will be displayed in here

pdfFileBase64Stringstring nullable

The Base64 encoded string that is the pdf file.

Changes

No recorded changes to this endpoint across all 1 revision of this API.