v1

latestOpenAPI 3.0.42026-07-13161871.7 KB
Pdf

Generate an image of to provided pdf file

post/api/pdf/pdftoimage

Headers

X-Api-Versionstring

Request body

pdfFileBase64Stringstring nullable

The pdf file to generate image from, as Base64 encoded string.

Response

Generate an image of the provided pdf file. Either the image 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

imageBase64Stringstring nullable

The Base64 encoded string that is the image file. This is a complete data uri, including media type that can be used directly as src on a img-tag e.g.