MVN

io.github.jonathanlink : PDFLayoutTextStripper

Maven & Gradle

Sep 07, 2021
1 usages
1.5k stars

PDFLayoutTextStripper · Converts a pdf file into a text file while keeping the layout of the original pdf. Useful to extract the content from a table in a pdf file for instance. This is a subclass of PDFTextStripper class (from the Apache PDFBox library).

<dependency>
    <groupId>io.github.jonathanlink</groupId>
    <artifactId>PDFLayoutTextStripper</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jonathanlink : PDFLayoutTextStripper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of io.github.jonathanlink : PDFLayoutTextStripper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
PDFLayoutTextStripper-2.2.4
PDFLayoutTextStripper-2.2.3

How to add a dependency to Maven

Add the following io.github.jonathanlink : PDFLayoutTextStripper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jonathanlink</groupId>
    <artifactId>PDFLayoutTextStripper</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jonathanlink : PDFLayoutTextStripper gradle dependency to your build.gradle file:

implementation 'io.github.jonathanlink:PDFLayoutTextStripper:2.2.4'

Gradle Kotlin DSL: Add the following io.github.jonathanlink : PDFLayoutTextStripper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jonathanlink:PDFLayoutTextStripper:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jonathanlink : PDFLayoutTextStripper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jonathanlink" % "PDFLayoutTextStripper" % "2.2.4"

Advertisement

Dependencies from Group

Sep 07, 2021
1 usages
1.5k stars

Discover Dependencies

May 27, 2020
20 usages
6.8k stars
Jul 19, 2020
4 usages
3 stars
Mar 23, 2020
2 usages
19 stars
Jun 24, 2020
3 usages
Jan 23, 2023
12 usages
5.9k stars
Aug 25, 2023
4 usages
4.6k stars
Aug 25, 2023
2 usages
2k stars