Answers for "how to make a link in html download a pdf file"

8

how do i set a pdf to be download link in html

<a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a>
Posted by: Guest on February-29-2020

Code answers related to "how to make a link in html download a pdf file"

Browse Popular Code Answers by Language