Apitron.PDF.Kit.Mobile
2.0.13
dotnet add package Apitron.PDF.Kit.Mobile --version 2.0.13
NuGet\Install-Package Apitron.PDF.Kit.Mobile -Version 2.0.13
<PackageReference Include="Apitron.PDF.Kit.Mobile" Version="2.0.13" />
paket add Apitron.PDF.Kit.Mobile --version 2.0.13
#r "nuget: Apitron.PDF.Kit.Mobile, 2.0.13"
// Install Apitron.PDF.Kit.Mobile as a Cake Addin #addin nuget:?package=Apitron.PDF.Kit.Mobile&version=2.0.13 // Install Apitron.PDF.Kit.Mobile as a Cake Tool #tool nuget:?package=Apitron.PDF.Kit.Mobile&version=2.0.13
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 | Versions 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. |
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,991 | 4/17/2019 |
- Bugfixes.
- 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.