Adobe Reader Plugin Support for download Name
Hi,
Is there any attribute to be passed or any option to provide the name while download it will save the PDF with the passed attribute.
Actually our application is using Adobe Reader plugin and it is downloading the PDF with actual file name, instead we need to download it with the value we pass in the parameters while the PDF is loaded to the plugin.
We are rendering the PDF using object tag...
<object id='mediaIframeId' data='" + $myResourceUrl + "'" + "width='100%' height='100%'>
Thanks.
