But you can produce a PDF and then generate a thumbnail... right? Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com
-----Original Message----- From: Ian Skinner [mailto:[email protected]] Sent: Monday, May 16, 2011 3:34 PM To: cf-talk Subject: Re: screenshots On 5/16/2011 1:11 PM, John M Bliss wrote: > Hi! Has anyone built anything with CF that'd take as an argument a URL and > would return an image representing a screenshot of that page? Is this crazy > talk? Yes, it is pretty crazy, ColdFusion has NO SCREEN of which to take a SHOT. There is the <cfdocument...> tag that will create a PDF of HTML. There is the <cfhttp...> tag that will make a request to an URL for HTML. But the rendered document will be based on the internal rules, not anything that necessarily aligns with any make or model of browser or OS. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344559 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

