Is it possible to capture a web page displayed by JxBrowser and store it as bmp or png?
Regards,
Behrang
Hi Behrang,
There is not functionality in JxBrowser. But we have included this ability in JExplorer. Using JExplorer API (http://www.teamdev.com/jexplorer) you can easy capture the whole web page or just its visible part. Please see the Browser.getScreenShot method: http://teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getScreenShot(boolean)
If you need to capture just the Internet Browser window (such as Firefox, Internet Explorer, Opera or Safari) that displays a specified web page, you can use our JxCapture library (http://www.teamdev.com/jxcapture).
Regards,
Vladimir Ikryanov