Skip to content

SympathyForTheDev/PdfFileSizeReducer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfFileSizeReducer

An example for reduce size of pdf file based on jpeg image compression and scaling. Based on the library IText 5.5

How to use it

1- build the jar

gradle clean build

2- add the jar to your dependencies

3- use :

PdfCompressor.reduce(inputStream, outputstream, scaleFactor, jpegCompressionFactor, resizeExceptWidthUnder, resizeExceptHeightUnder);

Reference

About

An example for reduce size of pdf file based on jpeg image compression and scaling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%