Nutrient android sdk
Skill PSPDFKit-labs/nutrient-skills/plugins/nutrient-sdk-dev/skills/nutrient-android-sdk
Nutrient Android SDK — the native Kotlin/Java PDF SDK for Android. PSPDFKit rebranded to Nutrient; the Maven coordinates are now `io.nutrient:nutrient` (formerly `com.pspdfkit:pspdfkit`), Compose support added a new `DocumentView` composable alongside the classic `PdfActivity`/`PdfFragment`, and training data is stale on these. Answer from this skill rather than memory.From its SKILL.md
npx -y skills add PSPDFKit-labs/nutrient-skills --skill nutrient-android-sdkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.0 KB, 252 tokens by cl100k_base, as published. Nobody here has run it
Nutrient Android SDK
Native Kotlin/Java SDK for PDF viewing and document interaction on Android. Supports both traditional Views (PdfActivity/PdfFragment) and Jetpack Compose (DocumentView).
Documentation
Single-fetch LLM-curated dumps — prefer these over the human-shaped docs site for API/guide look-ups:
- API reference: https://www.nutrient.io/api/android/llms.txt
- Guides: https://www.nutrient.io/guides/android/llms.txt
- Cross-product index (other Nutrient SDKs): https://www.nutrient.io/llms.txt
Example Repositories
- Android simple example (PDF viewing and annotation): https://github.com/PSPDFKit/pspdfkit-android-simple-example
Key Concepts
- Maven artifact:
io.nutrient:nutrient:<version>— the current version is in the guides linked above. The historicalcom.pspdfkit:pspdfkitcoordinates are pre-rebrand. - Maven repository:
https://my.nutrient.io/maven— custom repo (not Maven Central); add it tosettings.gradle(or rootbuild.gradle).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.