Forcing PDF Download
Hi,
I Generate PDF using HTML to PDF and the use public API tools.sendFile to send it to browser.
tools.sendFile(byteArray,lFileName,false,null,true);
When this PDF goes to browser and pdf viewer plugin is installed, PDF opens by default in viewer. Is there any way, we can force download of the PDF instead of opening in viewer.
Regards,
Amit