Syncfusion.PdfToImageConverter.AspNet.Mvc4 27.1.52

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.PdfToImageConverter.AspNet.Mvc4 --version 27.1.52
                    
NuGet\Install-Package Syncfusion.PdfToImageConverter.AspNet.Mvc4 -Version 27.1.52
                    
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.AspNet.Mvc4" Version="27.1.52" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.PdfToImageConverter.AspNet.Mvc4" Version="27.1.52" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.PdfToImageConverter.AspNet.Mvc4" />
                    
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.AspNet.Mvc4 --version 27.1.52
                    
#r "nuget: Syncfusion.PdfToImageConverter.AspNet.Mvc4, 27.1.52"
                    
#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.AspNet.Mvc4@27.1.52
                    
#: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.AspNet.Mvc4&version=27.1.52
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.PdfToImageConverter.AspNet.Mvc4&version=27.1.52
                    
Install as a Cake Tool

Syncfusion ASP.NET MVC PDF To Image Converter

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

ASP.NET MVC Pdf To Image converter

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

Key Features

System Requirements

Getting started

You can fetch the Syncfusion ASP.NET MVC Pdf to Image converter library NuGet by simply running the command Install-Package Syncfusion.PdfToImageConverter.AspNet.Mvc4 from the Package Manager Console in Visual Studio.

Try the following code snippet to convert an PDF to 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 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 Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
27.2.5 196 12/2/2024
27.2.4 135 11/26/2024
27.2.3 154 11/22/2024
27.2.2 142 11/15/2024
27.1.58 133 11/4/2024
27.1.57 142 10/28/2024
27.1.56 131 10/23/2024
27.1.55 134 10/21/2024
27.1.53 135 10/14/2024
27.1.52 148 10/7/2024
27.1.51 150 9/30/2024
27.1.50 150 9/23/2024
27.1.48 153 9/18/2024
26.2.14 165 9/9/2024
26.2.13 178 9/5/2024
26.2.12 157 9/2/2024
26.2.11 155 8/27/2024
26.2.10 178 8/19/2024
26.2.9 174 8/12/2024
26.2.8 150 8/5/2024
26.2.7 116 7/29/2024
26.2.5 129 7/26/2024
26.2.4 125 7/24/2024
26.1.42 194 7/15/2024
26.1.41 185 7/8/2024
26.1.40 166 7/1/2024
26.1.39 175 6/24/2024
26.1.38 179 6/18/2024
26.1.35 142 6/11/2024
25.2.7 175 6/3/2024
25.2.6 162 5/28/2024
25.2.5 138 5/21/2024
25.2.4 158 5/14/2024
25.2.3 161 5/8/2024
25.1.42 174 4/29/2024
25.1.41 170 4/23/2024
25.1.40 179 4/15/2024
25.1.39 182 4/8/2024
25.1.38 177 4/1/2024
25.1.37 155 3/26/2024
25.1.35 192 3/15/2024
24.2.9 176 3/4/2024
24.2.8 188 2/26/2024
24.2.7 184 2/19/2024
24.2.6 155 2/14/2024
24.2.5 193 2/12/2024
24.2.4 153 2/5/2024
24.2.3 151 1/31/2024
24.1.47 155 1/22/2024
24.1.46 164 1/16/2024
24.1.45 184 1/8/2024
24.1.44 174 1/2/2024
24.1.43 194 12/27/2023
24.1.41 163 12/18/2023
23.2.7 218 12/6/2023
23.2.6 202 11/28/2023
23.2.5 183 11/23/2023
23.2.4 181 11/20/2023
23.1.44 174 11/6/2023
23.1.43 209 10/30/2023
23.1.42 196 10/23/2023
23.1.41 191 10/16/2023
23.1.40 200 10/10/2023
23.1.39 202 10/4/2023
23.1.38 201 9/26/2023
23.1.36 193 9/15/2023