Apitron.PDF.Rasterizer.Mobile 3.0.129

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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
3.0.138 1,050 7/17/2019
3.0.133 764 3/21/2019
3.0.132 759 3/14/2019
3.0.131 774 2/26/2019
3.0.130 822 2/5/2019
3.0.129 831 1/25/2019
3.0.128 980 12/11/2018
3.0.127 840 12/7/2018
3.0.126 997 12/1/2018
3.0.125 929 11/9/2018
3.0.124 904 11/8/2018
3.0.123 967 10/8/2018
3.0.122 949 10/1/2018
3.0.121 1,018 8/24/2018
3.0.120 1,488 6/21/2018
3.0.119 1,329 5/26/2018
3.0.118 1,367 5/22/2018
3.0.117 1,648 4/18/2018
3.0.116 1,811 4/16/2018
3.0.115 1,541 3/14/2018
3.0.114 1,431 2/1/2018
3.0.113 1,302 1/24/2018
3.0.112 1,449 12/22/2017
3.0.111 1,465 11/29/2017
3.0.110 1,400 11/22/2017
3.0.109 1,345 11/14/2017
3.0.108 1,383 11/1/2017
3.0.107 1,588 10/20/2017
3.0.106 1,410 9/22/2017
3.0.105 1,347 9/8/2017
3.0.104 1,327 8/22/2017
3.0.103 1,436 7/6/2017
3.0.102 1,312 7/4/2017
3.0.101 1,525 6/9/2017
3.0.100 1,424 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.