Apitron.PDF.Kit 1.0.10

dotnet add package Apitron.PDF.Kit --version 1.0.10
NuGet\Install-Package Apitron.PDF.Kit -Version 1.0.10
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" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Apitron.PDF.Kit --version 1.0.10
#r "nuget: Apitron.PDF.Kit, 1.0.10"
#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 as a Cake Addin
#addin nuget:?package=Apitron.PDF.Kit&version=1.0.10

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

It’s 100% managed code and doesn’t require special manipulations to run with any .NET framework version starting from 2.0.

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
- Extract PDF text to HTML, Tagged or Raw format
- 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.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac is compatible. 
MonoTouch monotouch is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp81 is compatible.  wpa81 is compatible. 
Windows Store netcore451 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10 880 5/3/2015
1.0.9 360 4/29/2015
1.0.8 432 4/21/2015
1.0.7 519 4/8/2015

- Bugfixes
- Improved error handling mechanism.
- Improved PDF/A support.
- Text extraction performance improvements.
- PDF version 1.5.
- Windows Phone 8.1 support
- Windows Store apps support
- Windows Runtime support
- Windows Azure / Cloud support
- Shading patterns support
- Image2PDF support
- Xamarin.IOS support
- Xamarin.Android support
- Text extraction
- Image extraction
- Enhanced font substitution mechanism.
- PDF signing improvements.