I am using tag of coldfusion 7. Using CFEclipse and working on Mac OS. I have written the following code:
<cfdocument format="pdf">
SitePoint.com - Introduction to ColdFusion 7
PDF Generation
This is an example of PDF generation using ColdFusion 7.
</cfdocument>
But instead of asking me to save this file in .pdf format, its trying to open it in .cfm format. Please tell me how can I save it in .pdf format. Thanks!!