House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

Generating Excel and PDF Documents in ColdFusion 7

Author:
Dae
08/01/2007 11:03 PM

Elena, I just use cfheader like this. <cfif #excel# eq "yes">     <cfheader name="content-disposition" value="attachment;filename=report_name.xls">     <cfcontent type="application/msexcel"> <cfelse> <!--- your report goes here ---> </cfif> I have no idea about pdf files. > > What is the best way to generate Excel and PDF formatted reports in CF7? > I need to generate a report that is written in ColdFusion and give the > user an option to Export the report to Excel and PDF and hopefully preserve > the look of the report (adding headers and footer will work), but how? > Please advise. > > Thanks all in advance, > Elena. > >


Mailing Lists