Nutrient.dotnet.iOS.Instant
26.5.0
Prefix Reserved
dotnet add package Nutrient.dotnet.iOS.Instant --version 26.5.0
NuGet\Install-Package Nutrient.dotnet.iOS.Instant -Version 26.5.0
<PackageReference Include="Nutrient.dotnet.iOS.Instant" Version="26.5.0" />
<PackageVersion Include="Nutrient.dotnet.iOS.Instant" Version="26.5.0" />
<PackageReference Include="Nutrient.dotnet.iOS.Instant" />
paket add Nutrient.dotnet.iOS.Instant --version 26.5.0
#r "nuget: Nutrient.dotnet.iOS.Instant, 26.5.0"
#:package Nutrient.dotnet.iOS.Instant@26.5.0
#addin nuget:?package=Nutrient.dotnet.iOS.Instant&version=26.5.0
#tool nuget:?package=Nutrient.dotnet.iOS.Instant&version=26.5.0
Nutrient.NET (iOS)
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.
Integration
Check your .csproj file to determine which integration method to follow:
- Single platform (e.g.,
<TargetFramework>net10.0-ios</TargetFramework>) - Follow .NET for iOS - Multiple platforms (e.g.,
<TargetFrameworks>net10.0-android;net10.0-ios</TargetFrameworks>) - Follow .NET MAUI (iOS)
.NET for iOS
- Add NuGet packages to your
.csprojfile:
<ItemGroup>
<PackageReference Include="Nutrient.dotnet.iOS.Model" Version="$VERSION$" />
<PackageReference Include="Nutrient.dotnet.iOS.UI" Version="$VERSION$" />
</ItemGroup>
- Display a PDF in your
AppDelegate.cs
.NET MAUI (iOS)
- Add NuGet packages conditionally for iOS in your
.csprojfile:
<Choose>
<When Condition="'$(TargetFramework)' == 'net10.0-ios'">
<ItemGroup>
<PackageReference Include="Nutrient.dotnet.iOS.Model" Version="$VERSION$" />
<PackageReference Include="Nutrient.dotnet.iOS.UI" Version="$VERSION$" />
</ItemGroup>
</When>
</Choose>
Create the shared PdfView in
Views/PdfView.csCreate the handler interface in
Views/IPdfViewHandler.csCreate the iOS platform handler in
Platforms/iOS/Handlers/PdfViewHandler.csRegister the handler in
MauiProgram.csUse PdfView in a XAML page - see
Examples/Playground.xamlandExamples/Playground.xaml.cs
Support
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/ios/dotnet/ for more information on how to setup and use the SDK.
Examples
Examples are available at
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.0 is compatible. |
-
net10.0-ios26.0
- Nutrient.dotnet.iOS.Model (>= 26.5.0)
- Nutrient.dotnet.iOS.UI (>= 26.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
For changelog go to: https://nutrient.io/changelog/ios/