This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/android/migration-guides/pspdfkit-2024-1-migration-guide.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Nutrient 2024.1 migration guide

Versioning

We’ve changed our versioning system from semantic versioning to yyyy.version.patch:

  • yyyy — The year in which the version was released (e.g. 2024).
  • version — The version number for this year, beginning with 1 and incrementing by 1 for each non-patch release.
  • patch — The patch number for this version.

Digital signatures

API change

SignerOptions#privateKey has changed to a PrivateKey(opens in a new tab) type, and privateKey has been moved to privateKeyEntry.

Trusted certificates are now added using the TrustedKeyStore object class instead of the deprecated SignatureManger#addTrustedCertificate method.