Filling a PDF with database things

I have a use case where I’d like to collect information from my users, save that information in the database, then populate that data as dynamic text fields on a PDF document.

My initial thought was to create a new PDF from scratch using elements (and generate a PDF from that with the dynamic data) using a PDF generator plugin, but the size and spacing isn’t consistent on the page I am creating from scratch on different browsers.

Any ideas on how I should go about tackling this issue?

Thanks!

2 Likes

I would also like to know this, as I am developing a app where users populate a database with signature and then I want it to automatically create a PDF and then email it to a specific email address automatically. I’ll be watching :slight_smile:

1 Like

@johnyelland1234 @kamp

Were you able to figure this out?