Skip to content

Latest commit

 

History

History

SavePageAsImage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Save PDF page as PNG, JPG, or TIFF image in C# and VB.NET

This sample shows how to save a PDF page as an image using Docotic.Pdf library. I.e., how to convert a PDF page to PNG, JPG, or TIFF image.

Use PdfPage.Save method with specific PdfDrawOptions. To create PdfDrawOptions, use PdfDrawOptions.Create method. This method will create default options: PNG images with a transparent background. Please note that you can fine-tune options after creation.

See also