Generate PDF from HTML
Section titled “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).