> I have requriement to take snapshot of a websites from my php based web > application, If some body had done it earlier, please do share your > experience or a pointer regarding it would be highly appreciated.
http://www.regnow.com/softsell/visitor.cgi?affiliate=23579&action=site&vendor=12012&ref=http://www.guangmingsoft.net/htmlsnapshot/html2image.i386.tar.gz download this 9MB script, this will convert the content of url to an image for example running "./html2image www.google.com ./google.png" this will create an image google.png which looks same as google.com web page Here the sample output which i got for the above command http://img87.imageshack.us/img87/7183/googleoy8.png Have a button on your web page saying "take a snapshop" on clicking the button send the current url to html2image script via php and get the snapshot. -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
