Hey fellow Gliders!
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
- Creating a PDF.co template with the HTML/JSON
- Creating the corresponding JSON data in Glide
- 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.)