Apitron.PDFKit
1.0.2
dotnet add package Apitron.PDFKit --version 1.0.2
NuGet\Install-Package Apitron.PDFKit -Version 1.0.2
<PackageReference Include="Apitron.PDFKit" Version="1.0.2" />
<PackageVersion Include="Apitron.PDFKit" Version="1.0.2" />
<PackageReference Include="Apitron.PDFKit" />
paket add Apitron.PDFKit --version 1.0.2
#r "nuget: Apitron.PDFKit, 1.0.2"
#addin nuget:?package=Apitron.PDFKit&version=1.0.2
#tool nuget:?package=Apitron.PDFKit&version=1.0.2
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
- 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. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. net10.0-android was computed. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. 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. |
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 |
---|
- Xamarin.IOS support
- Xamarin.Android support
- Text extraction
- Image extraction
- Bugfixes.