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

Render PDF to multipage color TIFF

The following code renders a PDF document to multi-page TIFF. It specifies options such as pixel format, compression and resolution.

var pdf = new Document(pdfStream);
var options = new ConvertToTiffOptions
{
  Resolution = 150f,
  Compression = TiffCompression.Lzw,
  PixelFormat = PixelFormat.Rgba32Bpp
};
pdf.ConvertToTiff(tiffStream, options);
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.