Hi everyone,
I’m looking for a way to generate a PDF directly from Bubble.
Do you know of any plugin or method to do this?
The goal would be to generate a PDF and then allow the user to download it from the front end.
Thanks!
Hi everyone,
I’m looking for a way to generate a PDF directly from Bubble.
Do you know of any plugin or method to do this?
The goal would be to generate a PDF and then allow the user to download it from the front end.
Thanks!
by far the best option…
Hi, You can do this directly in Bubble using a plugin or an external service. I’d recommend SelectPDF if you want to convert a page or element straight into a PDF, it’s straightforward and works well. If you need more control over the layout, PDF Conjurer is a good choice.
The workflow would be: generate the PDF, save it to Bubble’s storage, and then display a download link so the user can get it from the front end. I can guide you through setting up the workflow if you want.
Here a complete guide you can follow
https://www.youtube.com/watch?v=_lUqiBqbmWs
Thanks for mentioning DocuPotion @rpetribu!
@AnthonUi if you end up checking it out and have any questions, just let me know ![]()
If you don’t want to pay exorbitant prices for plugins, learn LaTeX, or ask ChatGPT ![]()
Thank you all for your replies!
I’ll look into all of that ![]()
Not 100% sure what you mean by ‘generate and download a PDF’
On my property management site, users can download their lease, etc., as a PDF.
I use a button that when it’s clicked, starts a workflow:
and the javascript is:
this does a pop-up that allows the user to print as PDF, etc.
Simple and easy.
But, not sure if that’s what you’re looking for