Download a Form/Element as a PDF

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

This script worked well for this purpose.

Element(ID) to convert as a pdf = “content”
Button ID = “download-pdf”

Hi @Satzuma :wave: welcome to the forum!

This has always been my goto resource:

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!

Hi Satzuma
Somehow it doesn’t work for me :frowning:

Here’s the page: Abseil Supervisor Checklist

Any ideas would be appreciated!

The html2pdf lib is pretty easy to use and has a lot of advanced features. Make sure you’re including the library itself, Satuma didn’t in the post above.

Just google it, it’s popular, you’ll find a lot of resources.