Overview
DynamicPDF Rasterizer creates rasterized images (JPEG, BMP, PNG, GIF, TIFF) from a PDF document. 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
The following lists the most common flow for writing applications that use DynamicPDF Rasterizer.
- Specify the PDF Input File. Create a PdfRasterizer instance and specify the PDF's input file path in the constructor.
- 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.
- Specify the Output File Name and Location. Finally, specify the file name and location of the output file.