Overview

DynamicPDF Rasterizer is DynamicPDF's product designed specifically for converting PDF documents into images. It support JPEG, BMP, PNG, GIF, and TIFF image formats.

DynamicPDF Rasterizer creates rasterized images (JPEG, BMP, PNG, GIF, TIFF) from a PDF document. Rasterizer converts images from PDFs; consider DynamicPDF Converter for converting a more comprehensive range of file types.

If you need to convert these or other file formats to PDF then review DynamicPDF's DynamicPDF Converter product rather than DynamicPDF Rasterizer.

  • DynamicPDF Rasterizer: PDF ---- to ----> Images
  • DynamicPDF Core Suite: Images --- to ---> PDFs
  • DynamicPDF Converter: Images --- to ---> PDFs

Using DynamicPDF Rasterizer

The following lists the most common flow for writing applications that use DynamicPDF Rasterizer.

  1. Specify the PDF Input File. Create a PdfRasterizer instance and specify the PDF's input file path in the constructor.
  2. Define the Output Image Format and Output Image Size. Note that defining an ImageFormat object specifies the image type (JPEG, BMP, PNG, GIF, TIFF) while defining an ImageSize object specifies the output image size.
  3. Specify the Output File Name and Location. Finally, specify the file name and location of the output file.

Programming with DynamicPDF Rasterizer

Refer to the following topics for more information on programming using Rasterizer.

In this topic