Skip to main content
Participant
October 23, 2008
Question

trying to write to a pdf in CF 8

  • October 23, 2008
  • 2 replies
  • 343 views
I have been overwriting a pdf just fine in MX7, but when I move to CF 8, the file is not being updated. There seems to be commentary "out there" about possible issues in moving to 8, but anything I apply is not working. Two of the things I have tried are commenting the <cfdocumentitem> and fully qualifying the database elements I use. Suggestions and help would be greatly appreciated.

Norm Chastain 256.544.8395
This topic has been closed for replies.

2 replies

Participating Frequently
October 23, 2008
<delete for the love of lag double post>
Participating Frequently
October 23, 2008
I have not had any problem at all over writing a pdf with:
<cfdocument format="pdf" filename="c:\TestPDF.pdf" overwrite="yes">
<insert what you want on your pdf here>
</cfdocument>

using overwrite="yes" in the cfdocument tag.