DynamicPDF Rasterizer for .NET
DynamicPDF Rasterizer is a straightforward .NET library for converting PDF documents into different image file formats. Rasterization is taking a vector-based format (in this case, a PDF) and converting it into a raster image (pixel-based). Most conversions usually require only two lines of code using DynamicPDF Rasterizer.
DynamicPDF Rasterizer supports the conversion to the following formats:
- TIFF (including multipage),
- PNG,
- JPEG,
- GIF,
- BMP.
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
Refer to Referencing the Assembly and Deployment for more information.
Help Topic Table of Contents
- Getting Started
- Programming with DynamicPDF Rasterizer