License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdcz.muni |
ArtifactId | ArtifactIdpdfJbIm |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionpdfJbIm
Tool used for (re)compression of PDF files using standard JBIG2
It is written in Java and uses library Apache PDFBox and IText for manipulation
with PDF documents and encoder jbig2enc for compression of extracted images.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
pdfJbIm-1.4.pom | |
pdfJbIm-1.4.jar | 45 KB |
pdfJbIm-1.4-sources.jar | 31 KB |
pdfJbIm-1.4-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.muni/pdfJbIm/ -->
<dependency>
<groupId>cz.muni</groupId>
<artifactId>pdfJbIm</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cz.muni/pdfJbIm/
implementation 'cz.muni:pdfJbIm:1.4'
// https://jarcasting.com/artifacts/cz.muni/pdfJbIm/
implementation ("cz.muni:pdfJbIm:1.4")
'cz.muni:pdfJbIm:jar:1.4'
<dependency org="cz.muni" name="pdfJbIm" rev="1.4">
<artifact name="pdfJbIm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.muni', module='pdfJbIm', version='1.4')
)
libraryDependencies += "cz.muni" % "pdfJbIm" % "1.4"
[cz.muni/pdfJbIm "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.pdfbox : pdfbox | jar | 1.6.0 |
org.bouncycastle : bcprov-jdk15 | jar | 1.46 |
org.bouncycastle : bcmail-jdk15 | jar | 1.46 |
com.ibm.icu : icu4j | jar | 4.8.1 |
com.itextpdf : itextpdf | jar | 5.1.3 |
commons-logging : commons-logging | jar | 1.1.1 |
ch.qos.logback : logback-core | jar | 1.0.0 |
ch.qos.logback : logback-classic | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |