v1

latestOpenAPI 3.0.42026-07-13161871.7 KB
Pdf

Write text on a page in a pdf document.

post/api/pdf/pdfwritestring

Headers

X-Api-Versionstring

Request body

pdfFileBase64Stringstring nullable

The pdf file to add text to, as Base64 encoded string.

fontFileBase64Stringstring nullable

System fonts are available, but you can provide your own font file to be embedded in the pdf document. Send font as 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.