Satzuma
(Romman Alham)
February 27, 2023, 8:29am
1
Hello Everybody!
I am building a “Resume/CV builder” website and have designed the CV/Cover Letter templates natively on Webflow. Now i need the function to download the templates as a PDF. How can i do that?
Must i use a third party tool such as Airtable/Documint with zapier? Or is it possible to translate the HTML to PDF in Webflow somehow?
Many thanks!
My first post in here
Here is my site Read-Only: www.AiResume.co
https://preview.webflow.com/preview/airesume?utm_medium=preview_link&utm_source=designer&utm_content=airesume&preview=fa827dd1eb02613f1fde0aef4cc2271d&pageId=63eff420cc0f5e5ea2eb85ac&workflow=preview
1 Like
Satzuma
(Romman Alham)
February 27, 2023, 10:17am
2
This script worked well for this purpose.
Element(ID) to convert as a pdf = “content”
Button ID = “download-pdf”
ChrisDrit
(Chris Drit)
February 27, 2023, 11:17pm
3
Hi @Satzuma welcome to the forum!
This has always been my goto resource:
In the past 2 years, we automated a huge amount of processes in our company using Integromat and Zapier. We even experimented with running a whole department in our company (Phone service dept) entirely on no-code for customer CRM (Trello), notifications (Integromat), and - even PDF design (Webflow + Zapier).
Looking back, we feel it’s doing its job tremendously well, and we don’t want to change it. We expected to only use the solution temporarily for prototyping, but it seems we are going to s…
Love this solution. The only thing I’d change is swapping out Zapier for a free Make (Integromat) account.
But it’s solid as-is too.
Hope that helps!
Copying your code from the project worked for me!