Advertisement
Guest User

Untitled

a guest
Mar 8th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfparam name="url.input" default="">
  2.  
  3. <cfdocument name="pdfContent" format="pdf">
  4. <h1>Welcome</h1>
  5.  
  6. <cfoutput>
  7. Hello, #url.input#
  8. </cfoutput>
  9. </cfdocument>
  10.  
  11. <cfheader name="Content-disposition"  value="attachment;filename=custom.pdf" />
  12. <cfcontent type="application/pdf" variable="#pdfContent#" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement