📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

syncfusion.htmltopdfconverter.ie.aspnet.mvc4

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

syncfusion.htmltopdfconverter.ie.aspnet.mvc4

22.1.38
unpublished
NuGet
Version published
Maintainers
0
Created
Source

The Syncfusion Essential HTML-to-PDF converter is a .NET library that converts URLs, HTML string to PDF in any ASP.NET MVC application. This converter uses IE rendering engine.

Key features:

Getting Started

You can fetch the Syncfusion .NET MVC HTML to PDF NuGet by simply running Install-Package Syncfusion.HtmlToPdfConverter.IE.AspNet.Mvc4 from the Package Manager Console in Visual Studio.

Convert HTML to PDF document programmatically using C#

//Initialize HTML to PDF converter 
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(); 

//Convert HTML to PDF document 
PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com");
 
//Save and close the PDF document 
document.Save("Output.pdf");
document.Close(true);

Resources

Support and feedback

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 licnense 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 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter 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

Keywords

syncfusion

FAQs

Package last updated on 11 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts