Renders a URL to PDF
https://tgpdf.test.tweede.golf/render
Or when using as a docker container as part of your cluster deployment:
http://[service_name]/render
GET
url=[string]
required
URL that needs te be rendered.
format=[string]
optional
Possible values:
LetterLegalTabloidLedgerA0A1A2A3A4 defaultA5A6
landscape=[boolean]
optional
Possible values:
truefalse default
Code: 200
Content [pdf_blob]
Code: 404
Content { "error": "Page not found" }
OR
Code: 401
Content { "error": "Unauthorized" }
Either your are not requesting from a local ip address
127.0.0.1,10.0.0.0/8
or your are not authenticated via Google OAuth.
OR
Code: 500
Content { "error": "[specific internal server error message]" }