v1

latestOpenAPI 3.0.42026-07-13161871.7 KB
Pdf

Create pdf-file from complete XSL-FO document.

post/api/pdf/xslfo

Headers

X-Api-Versionstring

Request body

foDocumentBase64Stringstring nullable

This is the complete XSL-FO document provided using Base64 encoding.

resourcesobject nullable

This is a set of key-value pairs of digital resources like images that is referenced in the XSL-FO document. It uses the filename as key and the data is provided as a Base64 encoded string.

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.