I am using Tridion 2011 sp1.
My requirement is that on click of link "download PDF" a window should appear with options Save ,Cancel and Open.
First to publish PDF file.
I created a multimedia schema to upload pdf files.This pdf file is not included on page. To publish the pdf to CDS I created a CT(Dynamic Component Template) with default finish Actions and placed a DWT TBB above this with code above Default Finish Actions in CT
<a href="" tridion:href="@@Component.ID@@" tridion:type="binary">link</a>
I associated pdf schema to CT and then published PDF Component.
But PDF is not getting deployed at CDS side.
I am able to publish pages and Images(these are present on Page) successfully.