Nutrient 2024.6 migration guide
This guide outlines the changes to Nutrient Android SDK 2024.6.
API changes
- The 
PdfFragmentsavemethod has changed to not show the saving spinner, as we’ve had very rare file corruption issues when running this operation on a background thread.savenow blocks until saving has completed. We addedsaveAsync, which does the same thing as the previoussavemethod. Annotationhas a newgetFillAlphamethod, which retrieves a separate alpha value if an annotation has a different fill alpha than itsalpha. This value can only be set with an API for now. If you need to be able to adjust it via the user interface (UI), contact our Support team.