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:
|
|
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
- Default converter 20.10: pdfcrowd-5.19.0-java.zip
- Default converter 18.10: pdfcrowd-4.9.0-java.zip