Skip to content

Latest commit

 

History

History

SavePageCustomResolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Save PDF page as image with specified resolution

This sample shows how to save a PDF page as PNG, JPG, or TIFF image with the specified resolution using Docotic.Pdf library.

Use PdfDrawOptions.HorizontalResolution and PdfDrawOptions.VerticalResolution properties to set the desired resolution (in pixels per inch) for the output image. Then use configured PdfDrawOptions as a parameter for PdfPage.Save method.

See also