Gotenberg PDF Previews

Create PDF previews using Gotenberg docker image

Parameters

Label (internal name) Type Default Description
Gotenberg V6 Address (srvUrl) string http://localhost:3000 Full URL to running Gotenberg instance. Warning, we currently only support Gotenberg <= v6, use thecodingmachine/gotenberg:6 docker (v7 has a different API).
Read from RawBody (input_raw) boolean false Read data from RawBody instead of reading .Input.Node content
Send to RawBody (output_raw) boolean false Send to RawBody instead of direct writing to file (next field is ignored)
Store converted data to file (with expected extension) (target_path) string thumbnails/{{.Node.Uuid}}.pdf Where to store conversion output
Back to top