Example of PDF To Image in ASP.NET Core PDF Library
This sample demonstrates how to convert a PDF document to an image using the PdfToImageConverter. It supports customization in image conversion, such as setting a transparent background and removing annotations for a specific page or range of pages.
DEMO
SOURCE
More information about the PDF to Image conversion using the PdfToImageConverter can be found in this documentation section.