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!