Java API Client Library

The Java API client library enables easy implementation of the Pdfcrowd API in Java applications.

You can choose from the following installation options:

  1. Download pdfcrowd-6.4.0-java.zip.
  2. Extract the archive and copy pdfcrowd-6.4.0.jar to a directory included in your CLASSPATH.
You can install the client library from Maven by adding the following dependency section to your pom.xml dependencies:
<dependency>
  <groupId>com.pdfcrowd</groupId>
  <artifactId>pdfcrowd</artifactId>
  <version>6.4.0</version>
  <scope>compile</scope>
</dependency>
You can install the client library by Gradle (e.g. for Android Studio) from Maven by adding the following line to your gradle dependencies:
compile 'com.pdfcrowd:pdfcrowd:6.4.0'
Clone pdfcrowd-java from Github and build the library.
git clone https://github.com/pdfcrowd/pdfcrowd-java
cd pdfcrowd-java
mvn install

Archived Versions