alternative to CutyCapt
Asked Answered
C

1

11

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).

Calyx answered 30/1, 2011 at 13:34 Comment(3)
You'd be better off explaning what CutyCapt does, as I don't know how many people have heard of it before (I certainly haven't)Cutcliffe
ohh ok that captures(Screenshort) an webpage and saves it in your localdisk..cutycapt.sourceforge.netCalyx
I'm interested in answers as well!Lal
P
1

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.

Portauprince answered 25/2, 2011 at 15:37 Comment(1)
All of these projects aren't activly developed anymore :(Trehala

© 2022 - 2024 — McMap. All rights reserved.