The Java API client library enables easy implementation of the Pdfcrowd API in Java applications.
You can choose from the following installation options:
Download pdfcrowd-6.1.0-java.zip, unzip it and copy pdfcrowd-6.1.0.jar to 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.1.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.1.0' |
|
Clone pdfcrowd-java from Github and build the library.
git clone https://github.com/pdfcrowd/pdfcrowd-java cd pdfcrowd-java mvn install |