I have found a solution, it works for me. I put the code here for other user who want to accomplish the same. You have to put this in your .htaccess
<FilesMatch “\.(jpg|pdf)$”>
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>