TomRoush / PdfBox-Android

The Apache PdfBox project ported to work on Android
Apache License 2.0
998 stars 259 forks source link

APK size very much increasing #461

Open tamalmaity90 opened 1 year ago

tamalmaity90 commented 1 year ago

Apk file size too much increasing with new version 2.0.25.0 Please reduce the library size 🙏🙏🙏

yuvalgnessin-qz commented 1 year ago

In our case this is partially due to the addition of bouncycastle library.

Perhaps it's possible to make that library optional or to minify/obfuscate it before packaging?

Ahsan2408 commented 3 weeks ago

Did anyone find the solution to the problem?

yuvalgnessin-qz commented 3 weeks ago

Did anyone find the solution to the problem?

Yes, we migrated off of PdfBox 🙃

4brunu commented 3 weeks ago

Are there alternatives to decrypt pdf files?