0
Download
Please how can I make a pdf downloadable on a webpage
2 Réponses
+ 2
stream the pdf file in a url eg: site.com/cdn/readme.pdf
If paste your url in a browser it should start downloading it. Then you can create a button with HTML and set to open this URL
+ 2
Thanks