On Feb 5, 9:59 pm, James Buckingham <[email protected]> wrote: > Are there any plugins for FarCry that would allow users to convert > single HTML pages to PDF? > > I found this page (PDF) mentioning it but nothing > else:www.enpresiv.com/download.cfm?DownloadFile=D9CB4997-E081-51EF-A73F32B...
No need for a plugin. Just create a view called something like displayPDF.cfm and put in: <cfdocument ..yadda attributes> <cfoutput> <h1>#stobj.title#</h1> #stobj.body# </cfoutput> </cfdocument> Basically you can render anything you like between CFDOCUMENT tags -- even another view. geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
