i need to make a link downloadable to PDF, the solution can be in Javascript, HTML or PHP.
Things you have to know to answer this question:
1- I tried add the attribute "download" in and its only works in chrome
2- I don't have the pdf file in my server, i only have a link
3- The name of the file change because the link is generated dynamically
4- I don't want the pdf open in the browser in another tab and i don't want to open in the same page. Only download.
EDIT:
5 -i don't want to open a page and start to download i need to wait the user click to do that