Baserow to PDF: Built a small free tool for turning Baserow rows into branded PDFs

Hey all,
I built BaserowPDF, a free tool that turns a Baserow row into a branded PDF document. Wanted to share here since a few threads in this category have touched on PDF export before.

What’s different from a generic “connect a webhook, get a PDF” tool: it reads the actual Baserow field types and renders them the way Baserow shows them: single/multi-select fields keep their real colored pills, linked records come through as a proper sub-table (not just IDs), and image attachments embed inline. A generic exporter flattens all of that to plain text.

Setup is: paste a table URL + a read-only API token, pick which fields to show and a title field, preview against a real row: Customize and generate. Aimed at being under 2 minutes from connect to first PDF.

It’s free, no vertical focus, just useful whenever you need a Baserow row as something presentable to hand to someone. Would genuinely welcome feedback, especially on field types it doesn’t handle well yet.

Hi Nebyl :waving_hand:

Thanks for sharing!

1 Like

@AgustinCarozo My pleasure :folded_hands:

All feedbacks are welcome, of course!