Syncfusion.PdfToImageConverter.WinForms 30.1.37

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 30.1.37
                    
NuGet\Install-Package Syncfusion.PdfToImageConverter.WinForms -Version 30.1.37
                    
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="30.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PdfToImageConverter.WinForms" Version="30.1.37" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.PdfToImageConverter.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.PdfToImageConverter.WinForms --version 30.1.37
                    
#r "nuget: Syncfusion.PdfToImageConverter.WinForms, 30.1.37"
                    
#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.
#:package Syncfusion.PdfToImageConverter.WinForms@30.1.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.PdfToImageConverter.WinForms&version=30.1.37
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PdfToImageConverter.WinForms&version=30.1.37
                    
Install as a Cake Tool

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework 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.

NuGet packages (2)

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

Package Downloads
Syncfusion.PdfViewer.Windows

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

Syncfusion.PdfViewer.Windows.ClientProfile

This package provides the functionality to utilize the features of Syncfusion PDFViewer Windows Client Profile and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.2.10 336 4 days ago
31.2.5 441 13 days ago
31.2.4 382 19 days ago
31.2.3 391 a month ago
31.2.2 374 a month ago
31.1.23 388 a month ago
31.1.22 395 2 months ago
31.1.21 428 2 months ago
31.1.20 482 2 months ago
31.1.19 338 2 months ago
31.1.18 282 2 months ago
31.1.17 273 2 months ago
30.2.7 626 3 months ago
30.2.6 419 3 months ago
30.2.5 341 3 months ago
30.2.4 440 3 months ago
30.1.42 672 4 months ago
30.1.41 812 4 months ago
30.1.40 448 4 months ago
30.1.39 369 4 months ago
30.1.38 412 4 months ago
30.1.37 491 5 months ago
29.2.11 503 5 months ago
29.2.10 584 5 months ago
29.2.9 337 5 months ago
29.2.8 397 5 months ago
29.2.7 428 6 months ago
29.2.5 403 6 months ago
29.2.4 529 6 months ago
29.1.41 501 6 months ago
29.1.40 483 7 months ago
29.1.39 715 7 months ago
29.1.38 744 7 months ago
29.1.37 685 7 months ago
29.1.35 897 8 months ago
29.1.33 980 8 months ago
28.2.12 448 8 months ago
28.2.11 971 8 months ago
28.2.9 992 8 months ago
28.2.7 827 9 months ago
28.2.6 888 9 months ago
28.2.5 870 9 months ago
28.2.4 912 9 months ago
28.2.3 706 10 months ago
28.1.41 1,159 10 months ago
28.1.39 731 1/13/2025
28.1.38 611 1/7/2025
28.1.37 603 12/31/2024
28.1.36 563 12/23/2024
28.1.35 989 12/18/2024
28.1.33 1,702 12/12/2024
27.2.5 1,771 12/2/2024
27.2.4 809 11/26/2024
27.2.3 744 11/22/2024
27.2.2 1,614 11/15/2024
27.1.58 1,347 11/4/2024
27.1.57 1,851 10/28/2024
27.1.56 645 10/23/2024
27.1.55 1,028 10/21/2024
27.1.53 1,564 10/14/2024
27.1.52 987 10/7/2024
27.1.51 1,903 9/30/2024
27.1.50 969 9/23/2024
27.1.48 959 9/18/2024
26.2.14 8,402 9/9/2024
26.2.13 615 9/5/2024
26.2.12 1,169 9/2/2024
26.2.11 813 8/27/2024
26.2.10 1,542 8/19/2024
26.2.9 1,198 8/12/2024
26.2.8 742 8/5/2024
26.2.7 407 7/29/2024
26.2.5 1,275 7/25/2024
26.2.4 543 7/24/2024
26.1.42 1,374 7/15/2024
26.1.41 517 7/8/2024
26.1.40 861 7/1/2024
26.1.39 572 6/24/2024
26.1.38 655 6/18/2024
26.1.35 549 6/11/2024
25.2.7 857 6/3/2024
25.2.6 1,675 5/28/2024
25.2.5 816 5/21/2024
25.2.4 705 5/14/2024
25.2.3 50,787 5/8/2024
25.1.42 1,290 4/29/2024
25.1.41 56,324 4/23/2024
25.1.40 1,006 4/15/2024
25.1.39 2,576 4/8/2024
25.1.38 1,210 4/1/2024
25.1.37 601 3/26/2024
25.1.35 1,430 3/15/2024
24.2.9 1,551 3/4/2024
24.2.8 744 2/26/2024
24.2.7 956 2/19/2024
24.2.6 1,064 2/14/2024
24.2.5 657 2/12/2024
24.2.4 706 2/5/2024
24.2.3 593 1/31/2024
24.1.47 739 1/22/2024
24.1.46 483 1/16/2024
24.1.45 794 1/8/2024
24.1.44 933 1/2/2024
24.1.43 884 12/27/2023
24.1.41 2,332 12/18/2023
23.2.7 1,356 12/6/2023
23.2.6 1,475 11/28/2023
23.2.5 710 11/23/2023
23.2.4 771 11/20/2023
23.1.44 1,715 11/6/2023
23.1.43 1,052 10/30/2023
23.1.42 1,125 10/23/2023
23.1.41 3,618 10/16/2023
23.1.40 3,810 10/10/2023
23.1.39 892 10/4/2023
23.1.38 1,211 9/26/2023
23.1.36 1,769 9/15/2023