github TomRoush/PdfBox-Android v2.0.0.0

latest releases: v2.0.27.0, v2.0.26.0, v2.0.25.0...
2 years ago

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)

Don't miss a new PdfBox-Android release

NewReleases is sending notifications on new releases.