Easily adding a downloadable PDF to a page?

I’d like to add some downloadable PDF’s to a page?
How is this done for mobile and desktop?

Sadly, I have neither coding skills nor money for 3rd party solutions.

Thanks for the help.

1 Like

setup 1) Add PDF to media folder & copy pdf file path then add path to href see example bellow. you can use code Embed element to add link

<a href="addpdf path" download> Download PDF</a>

Thanks

1 Like

Exactly what @sumankumar shared except you won’t need an embed- Webflow’s links support file downloads natively.

1 Like

Thank you very much for pointing out the native Webflow solution. I appreciate it very much.
Have a great one!

Hello!

I came across this thread and decided to make an easy + free solution for embedding downloadable PDFs on your Webflow site.

You can watch the tutorial and get the code at the link below :D

Hope this helps!

Thanks for this.
I’ll give it a watch.

1 Like