For customers, we often need to create PDF documents (often with esigning).
I know there are 2 main integrations for Glide: PDF Monkey and Docsautomator.
(Of course you could integrate with every PDF creator through Zapier but I think it ads another step of complexity to serve the URL back to Glide).
Which should I use and why do you think it’s better?
It depends. Both are good at their own game, I think DocsAutomator requires much less coding knowledge, you can just plug a Google Docs in and it will work, but you must know how to get the right data structure over there.
With PDFMonkey, you should know a bit of HTML and CSS to play around. They also use Liquid so it’s easier for looping to create a table, for example.
PDFMonkey also has a “visual” mode where you can drag and drop components into a template, and you can switch it to code mode once you need to do some styling that “visual” doesn’t offer (but it’s a one-way ticket, you can’t reverse that).