Skip to content

Instantly share code, notes, and snippets.

@Cipa
Created June 25, 2013 12:51
Show Gist options
  • Save Cipa/5858205 to your computer and use it in GitHub Desktop.
Save Cipa/5858205 to your computer and use it in GitHub Desktop.
force pdf download
<FilesMatch "\.(?i:pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
##you can also use html5 download attribute
##<a href="/files/adlafjlxjewfasd89asd8f.pdf" download="expenses.pdf">Download Your Expense Report</a>
##<a href="expenses.pdf" download>Download Your Expense Report</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment