Can some kind soul guide me on how to create a download link with pdf file to be given free to subscribers via email ? Thanks a million
Just link directly to the pdf, if they want to save it to their computer all they have to do is right click on the link and "save link as..." yeah so just a direct link to the pdf will do, unless I don't understand. eg http://yoursite.com/somefolder/document.pdf <a href="http://yoursite.com/somefolder/document.pdf">Click to view this document</a> HTML:
Thanks Clinton for responding. I meant to ask how do I create a download link. How do I link to the pdf? Or how to set it up in the hosting server?