Apitron.PDF.Rasterizer.Mobile 3.1.56

dotnet add package Apitron.PDF.Rasterizer.Mobile --version 3.1.56
NuGet\Install-Package Apitron.PDF.Rasterizer.Mobile -Version 3.1.56
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.1.56" />
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.1.56
#r "nuget: Apitron.PDF.Rasterizer.Mobile, 3.1.56"
#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.1.56

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

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 8, WindowsRT and Windows Phone 8, 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.
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
3.1.56 391 4/23/2015
3.1.55 261 4/10/2015

- Improved indexed color space support.
- Tiff rendering improvements.
- Improved fonts substitution algorithm.
- Improved fonts processing.
- 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.