Apache PDFBox Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

The Apache PDFBox library is an open source Java tool for working with PDF documents.

Apache PDFBox Maven Dependency

Copy below Apache PDFBox maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<dependency>
    <groupId>org.apache.pdfbox</groupId>
    <artifactId>pdfbox</artifactId>
    <version>2.0.17</version>
</dependency>

Apache PDFBox Gradle Dependency

Copy below Apache PDFBox gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.17'

Download JAR File

https://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/2.0.17/pdfbox-2.0.17.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox

Reference

https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox

⚠️ **GitHub.com Fallback** ⚠️