Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core 19.4.0.48

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.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core --version 19.4.0.48
NuGet\Install-Package Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core -Version 19.4.0.48
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.HtmlToPdfConverter.QtWebKit.Net.Core" Version="19.4.0.48" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core --version 19.4.0.48
#r "nuget: Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core, 19.4.0.48"
#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.HtmlToPdfConverter.QtWebKit.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core&version=19.4.0.48

// Install Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core&version=19.4.0.48

The Syncfusion Essential HTML to PDF converter is a .NET library that converts URLs, HTML string, SVG, MHTML to PDF in .NET Core application. This converter uses the advanced Qt WebKit rendering engine, thus generating pixel-perfect PDF from HTML or URL.

Key Features

Getting Started

Install the Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core NuGet package as reference to your .NET Core application from NuGet.org.

Convert HTML to PDF document programmatically using C#

//Initialize HTML to PDF converter.
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter();
WebKitConverterSettings webkitConverterSettings = new WebKitConverterSettings();
//Set the Qt Binaries folder path
webkitConverterSettings.WebKitPath = @"/QtBinariesDotNetCore/";
//Assign Webkit converter settings to HTML converter
htmlConverter.ConverterSettings = webkitConverterSettings;
//Convert URL to PDF
PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com");
FileStream fileStream = new FileStream("Sample.pdf", FileMode.CreateNew, FileAccess.ReadWrite);
//Save and close the PDF document 
document.Save(fileStream);
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 23,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ controls 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 (Windows Forms, WPF, WinUI(Preview), 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

© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 (2)

Showing the top 2 NuGet packages that depend on Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core:

Package Downloads
ReportingNugetPackage

Package Description

htmltopdfconverter.surajrajshrestha.com.np

Library to convert html to pdf.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.40 0 4/15/2024
25.1.39 835 4/8/2024
25.1.38 1,039 4/1/2024
25.1.37 933 3/26/2024
25.1.35 2,964 3/15/2024