![]() |
VOOZH | about |
dotnet add package Nutrient.dotnet.Android --version 11.4.0
NuGet\Install-Package Nutrient.dotnet.Android -Version 11.4.0
<PackageReference Include="Nutrient.dotnet.Android" Version="11.4.0" />
<PackageVersion Include="Nutrient.dotnet.Android" Version="11.4.0" />Directory.Packages.props
<PackageReference Include="Nutrient.dotnet.Android" />Project file
paket add Nutrient.dotnet.Android --version 11.4.0
#r "nuget: Nutrient.dotnet.Android, 11.4.0"
#:package Nutrient.dotnet.Android@11.4.0
#addin nuget:?package=Nutrient.dotnet.Android&version=11.4.0Install as a Cake Addin
#tool nuget:?package=Nutrient.dotnet.Android&version=11.4.0Install as a Cake Tool
The Nutrient SDK is a framework that allows you to view, annotate, sign, and fill PDF forms on iOS, Android, Windows, macOS, and Web.
Nutrient Instant adds real-time collaboration features to seamlessly share, edit, and annotate PDF documents.
Check your .csproj file to determine which integration method to follow:
<TargetFramework>net10.0-android</TargetFramework>) - Follow .NET for Android<TargetFrameworks>net10.0-android;net10.0-ios</TargetFrameworks>) - Follow .NET MAUI (Android).csproj file:<ItemGroup>
<PackageReference Include="Nutrient.dotnet.Android" Version="$VERSION$" />
</ItemGroup>
MainActivity.cs:NutrientGlobal.Initialize(this, licenseKey: null);
PdfActivity.csproj file:<Choose>
<When Condition="'$(TargetFramework)' == 'net10.0-android'">
<ItemGroup>
<PackageReference Include="Nutrient.dotnet.Android" Version="$VERSION$" />
</ItemGroup>
</When>
</Choose>
Create the shared PdfView in Views/PdfView.cs
Create the handler interface in Views/IPdfViewHandler.cs
Create the Android platform handler in Platforms/Android/Handlers/PdfViewHandler.cs
Register the handler in MauiProgram.cs
Use PdfView in a XAML page - see Examples/Playground.xaml and Examples/Playground.xaml.cs
Nutrient offers support via https://support.nutrient.io/hc/en-us/requests/new.
Are you evaluating our SDK? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/contact-sales?=sdk
Visit https://www.nutrient.io/guides/android/dotnet/ for more information on how to setup and use the SDK.
Examples are available at
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 net10.0-android36.0 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
For changelog go to: https://www.nutrient.io/guides/android/changelog/