This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 诸位大侠, 我跪求solution: How to make a "snapshot" diagrammatically on a known website page and save it as picture?
-nicetomeetyou(_);
2009-5-5
(#5241639@0)
-
You can use "snagit" capture it as a picture.
-sweetbill(大兵);
2009-5-5
(#5241669@0)
-
he wants a piece of code or open source that can be embedded to his system to do the capture, not a exist application, I guess.
-qwertyasd(东北人);
2009-5-5
(#5241708@0)
-
Thanks!
-nicetomeetyou(_);
2009-5-5
(#5241790@0)
-
Use ajax to get target pages return html source code, then use javascript, only grab the part that you want and then put it inside your web page.
-sweetbill(大兵);
2009-5-5
(#5242013@0)
-
Screengrab works on Firefox 3.0+ you can get the GPL3 licensed code by the CVS link at the bottom right of the linked page.
-qwertyasd(东北人);
2009-5-5
(#5241763@0)
-
Thanks! Thinking of writing one in Java for myself.
-nicetomeetyou(_);
2009-5-5
(#5241796@0)
-
screen grab is written in java code as well.
svn checkout http://screengrab.googlecode.com/svn/trunk/ screengrab-read-only
-qwertyasd(东北人);
2009-5-5
(#5241913@0)