PDFRasterizer.NET 4.0 is now available. Supports .NET Core. Renders pixel-perfectly.

PDFRasterizer.NET 4.0

Render PDF pages pixel-perfect on Windows, MacOS and Linux
Documentation
Download PDFRasterizer.NET 4.0
We will send you a download link

  • This field is for validation purposes and should be left unchanged.
Why do we ask your email address?
We send tips that speed up your evaluation
We let you know about bug fixes
You can always unsubscribe with one click
We never share your address with a 3rd party
Thank you for your download

We have sent an email with a download link.

Features

.NET Core new
.NET Framework
Xamarin new
Render to Skia new
Progressive rendering
Render layers
Render portfolio new

No results

var pdf = new Document(pdfStream);
var page = pdf.Pages[0];
float resolution = 150f;
page.SaveAsBitmap(imageStream, ImageEncoding.Png, resolution);

Render as PNG or JPG

Render a PDF page as PNG or JPG at any resolution

var pdf = new Document(stream);
var page = pdf.Pages[0];
var box = page.CropBox ?? page.MediaBox;
var info = new SKImageInfo(width, height);
using (var surface = SKSurface.Create(info))
{
  page.Draw(surface, info, 1);
}

Render to Skia surface

Starting with version 4.0, we use the Skia 2D graphics library to render PDF pages. It is possible to render directly to a Skia surface.

var pdf = new Document(pdfStream);
var options = new ConvertToTiffOptions
{
  Resolution = 150f,
  Compression = TiffCompression.Lzw,
  PixelFormat = PixelFormat.Rgba32Bpp
};
pdf.ConvertToTiff(tiffStream, tiffOptions);

Render to multipage TIFF

Render a page to single-page TIFF or a document to multi-page TIFF. Specify options such as pixel format, compression and resolution.

Select currency
Cloud
Redistribute
Email support 1 year
Maintenance 1 year
Major upgrades 1 year
Annual renewal fee 25%
Quantity:
Price:990990825
Email support 1 year
Maintenance 1 year
Major upgrades 1 year

Deploy our library to cloud infrastructure such as Azure or AWS without limitations on scalability or elasticity.

Email support 1 year
Maintenance 1 year
Major upgrades 1 year

Run our library on multiple servers or multiple desktops. Either in-house or at your customer’s site.

Licensing
Learn about our licensing model
Read more