Developer / Reference / HTTP API / Endpoints

PDF

Last updated on 13-May-2020 by Jakob Jakobsen Boysen
Jakob Jakobsen Boysen

Platform Lead
boysen@scifeon.com
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:

Response

A downloadable PDF file (application/pdf).

On this page