Pdf

Create pdf-file from transforming xml document with Xsl-Fo transform document.

post/api/v1/pdf/xslfowithtransform

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.

xmlDataDocumentBase64Stringstring nullable

This is xml data document on which the XSL-FO transform document is applied. Provided using Base64 encoding.

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.