Last updated on 13-May-2020 by Jakob Jakobsen Boysen
On this page
Generate PDF from HTML
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
).