Tools to Capture and Convert the Web

Download GrabzIt's Java Library

Java API

Get the latest version of the GrabzIt Java Library by clicking the button below! This library requires Java 8+. This library is also covered by the open source MIT license, so feel free to use it and modify it however you like.

In addition to the GrabzIt Java Library the download also contains a demo web application. The demo can create PDF and image screenshots of websites as well as convert on-line videos into animated GIF's.

Download Now


Alternative method for a Maven application

Simply add this dependency to your pom.xml file:

<dependency>
    <groupId>it.grabz.grabzit</groupId>
    <artifactId>grabzit</artifactId>
    <version></version>
</dependency>

Alternative method for a Grails application

Simply add this dependency to your BuildConfig.groovy file:

compile 'it.grabz.grabzit:grabzit:'

This code library is completely open source! If you want to view or improve the source code you can find it on GitHub.