DynamicPDF Rasterizer Examples
DynamicPDF Rasterizer for .NET includes the following example projects when you select to include them when installing DynamicPDF Rasterizer. If included, after installation, your shortcut menu will contain links to the following 16 example projects.
Six Console Examples, three Web Examples, and seven UWP Examples
Six console and three web examples are included with the class library. Seven UWP examples are also provided. These examples are available for Visual Basic .NET and C# and are included in Visual Studio .NET 2010 - 2019 versions.
Console Examples
- Indexed Image - Demonstrates rasterizing a PDF to an Indexed image.
- Jpeg Image - Demonstrates rasterizing a PDF to a JPEG image.
- Monochrome Image - Demonstrates rasterizing a PDF to a Monochrome color image.
- Multi Page Tiff Image - Demonstrates rasterizing a PDF to a multi page TIFF image.
- Rgba Image - Demonstrates rasterizing a PDF to a RGBA color image.
- Tiff Image - Demonstrates rasterizing a PDF into a TIFF image.
Web Examples
- Gif Image With Web Palette - Demonstrates rasterizing a PDF to a GIF image with web color palette.
- Png Image With Rgb Color - Demonstrates rasterizing a PDF to PNG Image with RGB color.
- Png Image With User Palette - Demonstrates rasterizing a PDF to a PNG image with user specified color palette.
UWP Examples
- Cropped Image - Demonstrates rasterizing a PDF to a Cropped image.
- Indexed Image - Demonstrates rasterizing a PDF to an Indexed image.
- Jpeg Image - Demonstrates rasterizing a PDF to a JPEG image.
- Monochrome Image - Demonstrates rasterizing a PDF to a Monochrome color image.
- Rasterize Attachment - Demonstrates rasterizing an attachment of a PDF to a PNG image.
- Rgba Image - Demonstrates rasterizing a PDF to a RGBA color image.
- Tiff Image - Demonstrates rasterizing a PDF into a TIFF image.
GitHub Project
If you do not install the examples when installing DynamicPDF Rasterizer, then you can download the examples from DynamicPDF's GitHub project.
- GitHub: rasterizer-dotnet-core