Skip to content

PDF

POST /api/pdf/html

Scope: ON-PREMISES

Request

Body parameters

A JSON object with a HTML key with the complete HTML content, including <html>, <head> and <body>-tags, to generate PDF from:

{
"html": "<html><head><title>Test</title></head><body>Content</body></html>"
}

Response

A downloadable PDF file (application/pdf).