PDF to image features
Docotic.Pdf can create images from all kinds of PDF documents.
You can create PNG, JPG, and TIFF images from PDFs with the help of the library. It is easy to create page thumbnails, multi-page TIFF images, use custom resolution or partial rendering. And it is possible to produce bitonal and gray-scale output.
9.5.17573-dev 14,726 passed Total NuGet downloads 4,765,230Articles
Check the articles about PDF to image conversion in C# and VB.NET code.
Convert PDF to image in C# and VB.NET
Use Docotic.Pdf to convert PDF documents to PNG, JPG, TIFF images in .NET. Save PDF as multipage TIFF files. Create PDF thumbnails.Convert PDF to JPG in .NET
This article shows how to convert PDF to JPG in .NET with just a few lines of C# code using Docotic.Pdf library.Render and print PDF in C# and VB.NET
Use Docotic.Pdf to print PDF documents in C# and VB.NET. Render PDF in WinForms, WPF, and Xamarin projects.
Sample code
These sample codes explain how to convert PDF to images.
Save PDF page as image
Convert a PDF page to PNG, JPG, or TIFF image. Set conversion up with drawing options.Make page thumbnail
Use drawing options to specify the output size of the page image. Then save the thumbnail of the page to a stream or a file.Save PDF as multipage TIFF
Use the SaveAsTiff method to produce a multipage TIFF image from a PDF document.Save PDF page as image with specified resolution
Specify both horizontal and vertical resolution for the output images.Draw zoomed PDF page
Save an image of a PDF page with the specified zoom level.Save PDF or its page as bitonal TIFF
Save a PDF page or the whole PDF document as a bitonal (black and white) TIFF image.