Step 1: Integrate PDFTron SDK for Xamarin.iOS
Welcome to PDFTron. This guide will show you how to integrate a free trial of the PDFTron Xamarin SDK into your Xamarin.iOS application. You can either integrate the PDFTron packages automatically through the Nuget manager, or install them manually by downloading the SDK. Pick whichever option you prefer, but integrating with Nuget is the recommended approach. Your free trial includes unlimited trial usage and support from solution engineers.
Integrate With Nuget
- Latest version of Visual Studio
No trial license key required.
The trial of PDFTron SDK works without a license key. A commercial license key is required for use in a production environment. Please
fill out our licensing form if you do not have a valid license key.
Keep your commercial license key confidential.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
To integrate PDFTron libraries into one of your own projects, here are a few simple steps to prepare your Visual Studio project.
- If you do not already have an existing application, create a new Visual Studio
Multiplatform
-> Blank Native App
project called myapp
:

- Open the NuGet package manager by right clicking on Packages > Add Packages...:

- Search for
PDFTron
and add these packages:


Please note all of the required dependencies will also be installed.
View a document Add a PDFTron license key
Get the answers you need: Support
Did you find this guide helpful?