On Thu, Sep 18, 2008 at 03:28:43PM +1000, Steve Onnis wrote:

> No no
> 
> The client wants a function for the user to be able to save a copy of the
> page as a PDF or an image.  Just looking at ways to do it. 

<cfoutput>
<cfsavecontent variable="theWholePage">
<html>
blah 
</html>
</cfsavecontent>
#theWholePage#
</cfoutput>

Either create the PDF/jpg before outputting the page (and have a link to 
the file/s in the page) or save the html (somewhere) and 
retrieve/convert etc when the user goes click/Ajax etc.

Cheers

Paul Haddon
Technical Services Manager
Formstar Print Technologies


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to