Akylas / OSS-DocumentScanner

Android document document scanning app
https://www.akylas.fr
MIT License
854 stars 32 forks source link

[FEATURE REQUEST] PDF compressor #340

Open Bertklq1 opened 1 week ago

Bertklq1 commented 1 week ago

Please include the feature to compress pdf files based on percentage ratio compression.

https://f-droid.org/packages/swati4star.createpdf/

There's an app that does that but it does a whole bunch of things.

So would be great to implement that particular feature within the scanner app.

farfromrefug commented 3 days ago

@Bertklq1 i actually use the same library to save/compress PDF. You can achieve about the same result by changing JPEG Quality in PDF Export settings. Just when the PDF Converter app use a parameter from 0-100, 100 being highly compressed, use 100-val to get the same result in my app