DynamicPDF Rasterizer for .NET
DynamicPDF Rasterizer is a straightforward .NET library for converting PDF documents into different image file formats. Rasterization is the process of taking a vector based format (in this case a PDF) and converting it into raster image (pixel-based). Most conversions can be accomplished using two lines of code using DynamicPDF Rasterizer.
DynamicPDF Rasterizer supports the conversion to the following formats:
- TIFF (including multipage),
- PNG,
- JPEG,
- GIF,
- BMP,
- and System.Drawing.Bitmap formats.
DynamicPDF Rasterizer Namespaces
The DynamicPDF Rasterizer for .NET uses the following namespace.
DynamicPDF Rasterizer NuGet Package
The easiest way to get the DynamicPDF Rasterizer is by installing the Nuget package directly within Visual Studio's Package Manager. However, you can also obtain the Nuget package at the following location.
- NuGet: ceTe.DynamicPDF.Rasterizer.NET (https://www.nuget.org/packages/ceTe.DynamicPDF.Rasterizer.NET)
Help Topic Table of Contents
- Getting Started
- Programming with DynamicPDF Rasterizer