EVO Classic PDF Images Extractor for .NET can be used in any type of .NET application to extract images from PDF documents. Integration with existing .NET applications is extremely easy and no installation is necessary. The downloaded archive contains the .NET assembly and a demo application.
The full C# source code for the demo application is available in the Samples folder. The extractor produces .NET Image objects during conversion that you can save to image files or use for further processing. The transparency information from the PDF is preserved in the extracted images.
The Classic library is compatible with .NET Framework, .NET Core and .NET Standard 2.0 on Windows platforms. For applications that need to run on both Windows and Linux platforms, you can use the EvoPdf Next PDF Images Extractor for .NET which enables the extraction of images from PDF files while preserving the transparency information available in the PDF.
The full EvoPdf Next Library for .NET can be used on Windows, Linux, Azure and Docker platforms to create, edit and merge PDF documents, convert HTML to PDF or images, convert Word, Excel, RTF and Markdown to PDF, extract text and images from PDF documents, search for text in PDF documents and convert PDF pages to images.
The code below was taken from the PDF Images Extractor demo application available for download in the PDF Images Extractor archive. In this sample an instance of the PdfImagesExtractor class is constructed and used to extract the images from a PDF document.