v1

latestOpenAPI 3.0.42026-07-13161871.7 KB
Pdf

Concatenate multiple pdf files into single pdf file..

post/api/pdf/pdfconcat

Headers

X-Api-Versionstring

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.