How to force a pdf download automatically?

use the download attribute inside your <a> tag

<a href="https://stackoverflow.com/questions/2598658/content/file.pdf" download > pdf link </a>
<a href="https://stackoverflow.com/questions/2598658/content/file.doc" download > doc link </a>

Leave a Comment