PDF.Core 5.2.0

Suggested Alternatives

IronPdf

There is a newer version of this package available.
See the version list below for details.
dotnet add package PDF.Core --version 5.2.0
NuGet\Install-Package PDF.Core -Version 5.2.0
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="PDF.Core" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDF.Core --version 5.2.0
#r "nuget: PDF.Core, 5.2.0"
#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 PDF.Core as a Cake Addin
#addin nuget:?package=PDF.Core&version=5.2.0

// Install PDF.Core as a Cake Tool
#tool nuget:?package=PDF.Core&version=5.2.0

Full documentation at https://ironpdf.com/examples/using-html-to-create-a-pdf/

Creating your first PDF using HtmlToPdf:

using IronPdf;

IronPdf.HtmlToPdf Renderer = new IronPdf.HtmlToPdf();
// Render an HTML document or snippet as a string
Renderer.RenderHtmlAsPdf("<h1>Hello World</h1>").SaveAs("html-string.pdf");
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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PDF.Core:

Package Downloads
XSK.Util.Pdf

提供PDF相关服务的类库

MdB.Hanseath.Scribe

Hanseath.Scribe is a library for wrapping the creation of PDF files for Hanseath.

NSI.DocumentGenerator

Html to pdf converter

BrianTestContracts

- A cross-platform base framework useful for all projects that use .Net Core - Contracts to be used throughout Veros projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2020.12.2 196,347 12/11/2020
2020.9.0 68,771 9/23/2020
2020.0.0 279,248 1/15/2020
2019.8.9 118,007 12/3/2019
2019.7.0 113,540 10/2/2019
2019.6.5.41 75,994 8/28/2019
5.2.0 212,059 3/22/2019
5.0.5.2 9,230 2/14/2019
4.6.1.2 26,566 1/8/2019
4.6.0 13,884 12/17/2018

- OutOfMemoryException fix
- Occasional black PDF fix
- Redis Session State Compatible
- HTML Opacity
- Allow PDFs to be saved multiple times