'm stumped. I've been trying to create a PDF for the last week, and I just cannot get it to work.
Everytime I load the page in my browser, the page loads in Dreamweaver as a cfm file, showing the PDF code. I used the following sample I found online, and it does what I described above. <cfdocument format="pdf"> <h1>PDF Generation</h1> <hr />This is an example of PDF generation using ColdFusion 7. </cfdocument> I have been able to get it to create a PDF on the server successfully, but I was hoping to have it stream to the browser, which I've read can be done. If not, how do I create the pdf using cfdocument, then redirect to the newly created PDF allowing for the time for the PDF to be created? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3925 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
