1 Replies Last post: Jan 25, 2008 6:02 PM by Vladimir Ikryanov  
Behrang Saeedzadeh   15 posts since
Nov 16, 2006
Currently Being Moderated

Jan 15, 2008 9:07 PM

Capturing web pages as BMP or PNG

Is it possible to capture a web page displayed by JxBrowser and store it as bmp or png?

 

Regards,

Behrang

Vladimir Ikryanov TeamDev Ltd. 404 posts since
Apr 24, 2006
Currently Being Moderated
1. Jan 25, 2008 6:20 PM in response to: Behrang Saeedzadeh
Re: Capturing web pages as BMP or PNG

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

More Like This

  • Retrieving data ...