Apitron.PDF.Rasterizer.Mobile 3.0.129

.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Apitron.PDF.Rasterizer.Mobile --version 3.0.129
NuGet\Install-Package Apitron.PDF.Rasterizer.Mobile -Version 3.0.129
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.Rasterizer.Mobile" Version="3.0.129" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Apitron.PDF.Rasterizer.Mobile --version 3.0.129
#r "nuget: Apitron.PDF.Rasterizer.Mobile, 3.0.129"
#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.Rasterizer.Mobile as a Cake Addin
#addin nuget:?package=Apitron.PDF.Rasterizer.Mobile&version=3.0.129

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

We provide conversion to all image formats supported by .NET framework via System.Drawing.Image class so you are able to export PDF files to BMP,JPG,PNG,TIFF as well as work with this bitmap on a fly.

We support rendering of the PDF content including:
- text (with embedded, externally linked, standard, simple and composite fonts)
- text search, bidi text search, highlighting, regions and coordinates extraction (including non-latin alphabets)
- images, including masked ones
- annotation objects of various types
- complex paths and fills
- PDF Forms
- all blending modes
- tiling patterns
- shading patterns of type 1,2,3(function-based, axial, radial)
- transparency groups(especially useful when you process files created with Adobe Illustrator)
- masked content(stencil masks, colorkey masks, softmasks)
- all colorspaces specified by PDF(in case of DeviceN we revert to alternative as specified by standard)
- PDF bookmarks + page navigation support
- compatible with Windows 10, Windows Phone 10, so you may create Windows Store and Windows Phone Store apps that require PDF processing (see examples in our blog)

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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
3.0.138 757 7/17/2019
3.0.133 601 3/21/2019
3.0.132 591 3/14/2019
3.0.131 613 2/26/2019
3.0.130 667 2/5/2019
3.0.129 662 1/25/2019
3.0.128 814 12/11/2018
3.0.127 680 12/7/2018
3.0.126 829 12/1/2018
3.0.125 717 11/9/2018
3.0.124 709 11/8/2018
3.0.123 756 10/8/2018
3.0.122 766 10/1/2018
3.0.121 809 8/24/2018
3.0.120 1,236 6/21/2018
3.0.119 1,042 5/26/2018
3.0.118 1,061 5/22/2018
3.0.117 1,347 4/18/2018
3.0.116 1,459 4/16/2018
3.0.115 1,241 3/14/2018
3.0.114 1,151 2/1/2018
3.0.113 1,028 1/24/2018
3.0.112 1,207 12/22/2017
3.0.111 1,256 11/29/2017
3.0.110 1,087 11/22/2017
3.0.109 1,067 11/14/2017
3.0.108 1,116 11/1/2017
3.0.107 1,319 10/20/2017
3.0.106 1,167 9/22/2017
3.0.105 1,064 9/8/2017
3.0.104 1,054 8/22/2017
3.0.103 1,138 7/6/2017
3.0.102 1,070 7/4/2017
3.0.101 1,237 6/9/2017
3.0.100 1,094 6/5/2017

- Improved indexed color space support.
- Windows 10 Universal App Platform (UWP) support.
- Tiff rendering improvements.
- Improved fonts substitution algorithm.
- Improved fonts processing.
- Apache cordova support.
- PDF version 2.0 support.
- Improved support for processing corrupt documents.
- Text search improvements.
- x64 support is improved for Windows Store apps
- BiDi support
- Arabic, Japanese and Hebrew text search support
- Bugfixes.