Raymond Camden's Blog Rss

Nice ColdFusion 9 Admin Change - Settings Summary

3

Posted in ColdFusion | Posted on 08-03-2009 | 3,634 views

Earlier today I twittered about the Settings Summary page of the ColdFusion Administrator. I'm working on a general ColdFusion Admin guide for a client (set this normally, turn that off normally, etc) and I mentioned how this tool is a handy way to quickly view all your settings at once. Ryan Hartwich replied that in ColdFusion 9, they added a new "Save as PDF" option:

It works as expected, with one minor nit. It saves the file as settings.cfm, not settings.pdf. Most likely they simply wrapped the output in cfdocument and left it at that. One simple fix for that (in case folks are curious), is to place this right above the cfdocument:

view plain print about
1<cfheader name="Content-Disposition" value="inline; filename=print.pdf">

Obviously the filename can be changed to suit.

I filed a bug report on the download issue. I'm really digging the public bug tracker.

Comments

[Add Comment] [Subscribe to Comments]

Hi Ray,

If we give like <cfheader name="content-disposition" value="attachment;filename=""print.pdf""">.. Will it work??
I am expecting a import export feature from adobe for cf settings
Err, why? CARs do that now.