One of the most tedious things to do in Glide is build out PDF generation functionality.
Glide does provide a couple integrations like PDF Monkey (can’t add dynamic line items) and Docs Automator (more on the expensive side), but I wanted to share with you a method that I’ve used several times using PDF.co — in less than hour!
It’s relatively inexpensive (~1800 pages for $10/mo) and has a fast, easy API to work with.
Check out the video tutorial below where I cover:
Converting an existing template (PDF/image/text) into HTML/JSON
Generating the PDF [url] via PDF.co API and storing it as a Glide URL
Displaying, opening, and sharing the PDF within Glide
The video below uses the context of an invoicing app, but you can create any type of PDF with this method (contracts, reports, proposals, rosters, inventory, logs, etc.)
Believe it or not, I recorded two hours worth of video content on how to do this exact same thing using PDF monkey instead of pdf.co,
I had to scrap it because it got way too complicated at the end when I realized that PDF monkey returns a preview URL and not the actual URL to the PDF which required a separate Webhook listener.
If anyone is interested in a no-HTML, powerful document automation solution based on Google Docs (and very soon PDF templates), please check out DocsAutomator (there’s a native integration). You would join 100s of companies on Glide who generate mission-critical docs with it every day.
I’m the founder and always happy to help settings things up