I have an interest in capturing screen shots of websites dynamically using CFusion. Has anyone had success with a screen capture tool that they would recommend?
I have tried a couple of tools: Webshot.exe http://www.filecluster.com/downloads/WebShot.html Webshot works from the command line on my cf server but throw this error thru cf: Cannot register class [WebShot] Starting web browser.. Url [http://www.yahoo.com] Output file [.. \http://www.google.com.png] Image width [960] Image height [1024] Image quality: [80] Wait time: [0] Error: Window has not been created Error: Cannot unregister class [WebShot] Web browser closed <cfset args = " /url http://www.yahoo.com /out #templateFile# /width 960 /height 1024 /quality 80 /wait 0"> <cfexecute name = "[myserversfilestructure]\ScreenShot\webshot.exe" arguments = #args# timeout = "15" variable = "x" /> And another tool called webscreencapture.exe. Webscreencapture works on some sites (google.com) but fails on some sites (foxnews.com, cnn.com) to create images possibly due to site js errors. Does anyone have any thoughts about the error Cannot register class [WebShot] ? Bill Laing | Software Engineer | Component Development | EyeWonder Phone 404-408-3599 | Fax 678-891-2017 [email protected] <mailto:[email protected]> | aim - ewblaing EyeWonder Interactive Digital Advertising. Advance. www.eyewonder.com <http://www.eyewonder.com/> ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
