Apitron.PDF.Kit.Mobile 2.0.2

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Apitron.PDF.Kit.Mobile --version 2.0.2
NuGet\Install-Package Apitron.PDF.Kit.Mobile -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Apitron.PDF.Kit.Mobile" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Apitron.PDF.Kit.Mobile --version 2.0.2
#r "nuget: Apitron.PDF.Kit.Mobile, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Apitron.PDF.Kit.Mobile as a Cake Addin
#addin nuget:?package=Apitron.PDF.Kit.Mobile&version=2.0.2

// Install Apitron.PDF.Kit.Mobile as a Cake Tool
#tool nuget:?package=Apitron.PDF.Kit.Mobile&version=2.0.2

It’s 100% managed code
PDF standard versions supported are: ALL versions. Files can be normal, linearized, password-protected, signed, incrementally updated.

- We support many possible PDF content manipulations scenarios, below are a few things that worth mentioning:
- Extract, modify and add graphics (text, images, drawings)
- Split or merge PDF documents
- Fill or create PDF forms
- Add or remove document fields
- Examine resources within a document - fonts, embedded files
- Digitally sign and check existing signatures on PDF documents
- Search for specific text
- Protect document with a password
- Work with navigation objects, e.g. create bookmarks or links
- Full support for annotations
- Full support for PDF actions
- All fonts defined by specification are supported
- Various colorspaces and color profiles are supported, e.g. you may draw in RGB, CMYK, gray, or whatever colorspace you like.
- Files can be saved to other “subtypes” of PDF – Linearized or PDF/a for example.
- If you require a specific funtionality and are unsure about whether it is supported, please review our online help you contact support so we'll be able to handle this.
- Fixed layout API, implemented to be 100% PDF specification compatible, it unlocks full power of the PDF for you. Any complex PDF creation or manipulation task can be completed instantly.
- Flow layout API, a styles-driven content generation API similar to HTML+CSS provides you with ability to create stunning documents, reports, bills, catalogues an more in minutes. Compact and easy to use, supports creation of XML templates and much more.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Store netcore451 is compatible. 
Xamarin.iOS xamarinios is compatible.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.13 3,727 4/17/2019

- Bugfixes.
- PDFA A1 A2 B1 B2 U2 levels
- Improved exception handling.
- Improved PDF/A support.
- Windows Phone 10 support.
- Windows 10 Universal App Platform (UWP) support.
- PDF version 1.5
- PDF version 2.0
- Improved text extraction (as TaggedText, as a HTML).
- Enhanced font substitution mechanism.
- PDF signing improvements.
- Apache cordova support.