Skip to main content
July 17, 2008
Question

generate PDF

  • July 17, 2008
  • 2 replies
  • 362 views
How can I generate a PDF file from a cfm page. I would like generate whole things on the current page of my website to PDF file.
This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
July 20, 2008
<cfdocument src=" http://www.myDomain.com/myPage.cfm" filename="myPage.pdf" format="PDF"></cfdocument>




Inspiring
July 17, 2008
Read through Raymond Camden's tutorials:
http://www.coldfusionjedi.com/index.cfm/2007/7/9/ColdFusion-8-Working-with-PDFs-Part-1

They are very helpful and cover many aspects of CF-PDF manipulation.