Generate PDF with APITemplate.io

We need PDFs, for example, for delivery notes.

I found this solution PDF Generation API - Generate PDFs with a Simple API and Highly Reusable Templates​ - APITemplate.io
… and we have already conducted some tests with it.

I like the concept of using APITemplate for all the layout and of being able to send data and start generating a PDF via a webhook/JSON data.

As we need data from more than one Baserow table, there is n8n between Baserow and APITemplate.
n8n gathers all the data for the delivery note from the different Baserow tables, collects it in one JSON and passes it to APITemplate.

For anyone looking for a solution for detailed PDF layouts, APITemplate might be worth considering.

Thank you for sharing what worked for you, it will be useful for other users facing the same issue. :slightly_smiling_face: