Download any pdf for FREE
I just discovered a hack that would allow you to download any PDF file from the internet FOR FREE! It is really basic and easy to do yourself.
Source code
<html>
<body>
<a href="your link for the pdf goes here" download> Click </a>
</body>
</html>
See, it's pretty simple !
Source code
<html>
<body>
<a href="your link for the pdf goes here" download> Click </a>
</body>
</html>
See, it's pretty simple !
Comments
Post a Comment