| License |
License |
|---|---|
| Categories |
CategoriesPDF Data |
| GroupId | GroupIdio.github.jonathanlink |
| ArtifactId | ArtifactIdPDFLayoutTextStripper |
| Last Version | Last Version2.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPDFLayoutTextStripper
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).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.jonathanlink/PDFLayoutTextStripper/ -->
<dependency>
<groupId>io.github.jonathanlink</groupId>
<artifactId>PDFLayoutTextStripper</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jonathanlink/PDFLayoutTextStripper/
implementation 'io.github.jonathanlink:PDFLayoutTextStripper:2.2.4'
// https://jarcasting.com/artifacts/io.github.jonathanlink/PDFLayoutTextStripper/
implementation ("io.github.jonathanlink:PDFLayoutTextStripper:2.2.4")
'io.github.jonathanlink:PDFLayoutTextStripper:jar:2.2.4'
<dependency org="io.github.jonathanlink" name="PDFLayoutTextStripper" rev="2.2.4">
<artifact name="PDFLayoutTextStripper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jonathanlink', module='PDFLayoutTextStripper', version='2.2.4')
)
libraryDependencies += "io.github.jonathanlink" % "PDFLayoutTextStripper" % "2.2.4"
[io.github.jonathanlink/PDFLayoutTextStripper "2.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.pdfbox : pdfbox | jar | 2.0.24 |