This is available through Maven Central as com.tom-roush.pdfbox-android:2.0.0.0
Major Changes:
- Upgrade to PDFBox API v2.0.0
- Release are now published to Maven Central. Note that the groupId has changed to
com.tom-roush
- Github Actions is now used for CI/CD
- The library resources folder has been removed. This means that calling
PDFBoxResourceLoader.init(getApplicationContext());
is now required
Enhancements:
- Close input stream after creating PDImageXObject from a JPG file. (#258)
- Upgrade PDFBox API to v2.0.0 (#265)
- Publish artifacts to Maven Central (#274)
- Migrate to AndroidX (#275)
- Add Github Actions workflows (#277)
- Remove duplicated resources (#278)
Bug Fixes:
- Fix a NPE on PDFStreamEngine. Fix a leak on FlateFilter (#255)
Dependency Changes:
- Bump Bouncy Castle from 1.68 to 1.69 (#286)