Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

alternative to CutyCapt

Tags:

java

cutycapt

is there is any alternative to Cutycapt..that can be access using java library....

In short, Cutycapt is a cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG and PNG (1).

like image 973
bindhu Avatar asked Jan 30 '11 13:01

bindhu


1 Answers

You may want to take a look at Webkit for SWT as a starting point for a Java Library for WebKit. One drawback, however, is that it isn't cross platform.

Lobo is a pure Java solution, but you will likely not get the same rendering quality or performance as WebKit.

A final option is JDIC. It doesn't appear to be under active development, but there is a nice article from IBM developerWorks about it.

like image 188
Kurt Kaylor Avatar answered Nov 15 '22 14:11

Kurt Kaylor