Syncfusion.PdfToImageConverter.Net 23.1.40

Syncfusion .Net Core PDF To Image Converter

The Syncfusion.PdfToImageConverter.Net package use PDFium to convert the PDF to image for .Net Core application.

System Requirements

Getting started

Install the Syncfusion.PdfToImageConverter.Net NuGet package as reference to your .Net Core application from NuGet.org.

Convert PDF document to Image programmatically using C#

//Initialize PDF to Image converter.
PdfToImageConverter imageConverter = new PdfToImageConverter();
//Load the PDF document as a stream
FileStream inputStream = new FileStream("File Path goes here", FileMode.Open, FileAccess.ReadWrite);
imageConverter.Load(inputStream);
//Convert PDF to Image.
Stream[] outputStream = imageConvertor.Convert(0,imageConverter.PageCount-1,false,false);
for(int i=0; i < outputStream.Length; i++)
{
    Image image = Image.FromStream(outputStream[i]);
    using (FileStream stream = new FileStream("sample-"+i+".png", FileMode.Create, FileAccess.Write))
    {
        byte[] data = image.ImageData;
        stream.Write(data, 0, data.Length);
    }
}

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter,Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Showing the top 20 packages that depend on Syncfusion.PdfToImageConverter.Net.

Packages Downloads
Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux
Syncfusion Pdf Viewer for Essential JS 2 Asp.Net Core Linux is a .NET class library for converting PDF document into images and extracting PDF documents for Linux Operating System.
2
Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux
Syncfusion® Pdf Viewer for Essential JS 2 Asp.Net Core Linux is a .NET class library for converting PDF document into images and extracting PDF documents for Linux Operating System.
2

https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/23.1.40?utm_source=nuget&utm_medium=listing

Version Downloads Last updated
28.1.39 0 01/13/2025
28.1.38 0 01/07/2025
28.1.37 0 12/31/2024
28.1.36 0 12/23/2024
28.1.35 0 12/18/2024
28.1.33 0 12/12/2024
27.2.5 0 12/02/2024
27.2.4 0 11/26/2024
27.2.3 0 11/22/2024
27.2.2 0 11/15/2024
27.1.58 0 11/04/2024
27.1.57 0 10/28/2024
27.1.56 0 10/23/2024
27.1.55 0 10/21/2024
27.1.53 0 10/14/2024
27.1.52 0 10/07/2024
27.1.51 0 09/30/2024
27.1.50 0 09/24/2024
27.1.48 0 09/18/2024
26.2.14 0 09/09/2024
26.2.13 0 09/05/2024
26.2.12 0 09/02/2024
26.2.11 0 08/27/2024
26.2.10 0 08/19/2024
26.2.9 0 08/12/2024
26.2.8 0 08/05/2024
26.2.7 0 07/29/2024
26.2.5 0 07/26/2024
26.2.4 0 07/24/2024
26.1.42 0 07/15/2024
26.1.41 0 07/08/2024
26.1.40 0 07/01/2024
26.1.39 0 06/24/2024
26.1.38 0 06/18/2024
26.1.35 0 06/11/2024
25.2.7 0 06/03/2024
25.2.6 0 05/28/2024
25.2.5 0 05/21/2024
25.2.4 0 05/14/2024
25.2.3 0 05/08/2024
25.1.42 0 04/29/2024
25.1.41 0 04/23/2024
25.1.40 0 04/15/2024
25.1.39 0 04/08/2024
25.1.38 0 04/01/2024
25.1.37 0 03/26/2024
25.1.35 0 03/15/2024
24.2.9 0 03/04/2024
24.2.8 0 02/26/2024
24.2.7 0 02/19/2024
24.2.6 0 02/14/2024
24.2.5 0 02/12/2024
24.2.4 0 02/06/2024
24.2.3 0 01/31/2024
24.1.47 0 01/23/2024
24.1.46 0 01/17/2024
24.1.45 0 01/09/2024
24.1.44 0 01/03/2024
24.1.43 0 12/27/2023
24.1.41 0 12/18/2023
23.2.7 0 12/06/2023
23.2.6 0 11/28/2023
23.2.5 0 11/23/2023
23.2.4 0 11/20/2023
23.1.44 0 11/06/2023
23.1.43 0 10/30/2023
23.1.42 0 10/23/2023
23.1.41 0 10/16/2023
23.1.40 1 01/04/2025
23.1.39 0 10/04/2023
23.1.38 0 09/26/2023
23.1.36 0 09/15/2023