Created
November 10, 2016 10:22
-
-
Save alexislucena/426860ff38567aa45071aef1a6ce4ff0 to your computer and use it in GitHub Desktop.
CFML: Setting the download file name of PDF created with cfdocument opened in the browser (tested in Lucee)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfheader name="Content-disposition" value="inline;filename=Page.pdf"/> | |
<cfdocument format="PDF">PDF file content</cfdocument> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/simonbingham/2236368