Documentation

Java API Client Library

The PDFCrowd Java client library lets Java applications use the conversion APIs. Conversion runs on PDFCrowd's servers.

For conversion guides, examples and API references, see the API documentation.

You can choose from the following installation options:

  1. Download pdfcrowd-6.7.0-java.zip.
  2. Extract the archive and copy pdfcrowd-6.7.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.7.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.7.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