Syncfusion.PdfToImageConverter.WinForms 25.1.40

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.PdfToImageConverter.WinForms --version 25.1.40
NuGet\Install-Package Syncfusion.PdfToImageConverter.WinForms -Version 25.1.40
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.PdfToImageConverter.WinForms" Version="25.1.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PdfToImageConverter.WinForms --version 25.1.40
#r "nuget: Syncfusion.PdfToImageConverter.WinForms, 25.1.40"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.PdfToImageConverter.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.PdfToImageConverter.WinForms&version=25.1.40

// Install Syncfusion.PdfToImageConverter.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.PdfToImageConverter.WinForms&version=25.1.40

Syncfusion WinForms PDF To Image Converter

The Syncfusion WinForms Pdf To Image converter package use PDFium to convert the PDF to image without opening the document in the PDF Viewer control.

WinForms Pdf To Image converter

Docs | API Reference | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting started

You can fetch the Syncfusion WinForms Office Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.PdfToImageConverter.WinForms from the Package Manager Console in Visual Studio.

Try the following code example to convert a PDF document into Image.

//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++)
{
    Bitmap image = new Bitmap(outputStream[i]);
    image.Save("sample-"+i+".png");
}

For more information to get started, refer to our Getting Started Documentation page.

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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, 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

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.PdfToImageConverter.WinForms:

Package Downloads
Syncfusion.PdfViewer.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms PDF Viewer control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.PdfToImageConverter.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
25.1.42 94 4/29/2024
25.1.41 577 4/23/2024
25.1.40 652 4/15/2024
25.1.39 1,061 4/8/2024
25.1.38 826 4/1/2024
25.1.37 424 3/26/2024
25.1.35 933 3/15/2024
24.2.9 1,063 3/4/2024
24.2.8 549 2/26/2024
24.2.7 742 2/19/2024
24.2.6 737 2/14/2024
24.2.5 419 2/12/2024
24.2.4 401 2/5/2024
24.2.3 345 1/31/2024
24.1.47 382 1/22/2024
24.1.46 301 1/16/2024
24.1.45 558 1/8/2024
24.1.44 647 1/2/2024
24.1.43 622 12/27/2023
24.1.41 1,504 12/18/2023
23.2.7 896 12/6/2023
23.2.6 1,063 11/28/2023
23.2.5 541 11/23/2023
23.2.4 452 11/20/2023
23.1.44 707 11/6/2023
23.1.43 865 10/30/2023
23.1.42 899 10/23/2023
23.1.41 1,024 10/16/2023
23.1.40 836 10/10/2023
23.1.39 692 10/4/2023
23.1.38 940 9/26/2023
23.1.36 1,379 9/15/2023