PDF.Core
5.2.0
See the version list below for details.
Install-Package PDF.Core -Version 5.2.0
dotnet add package PDF.Core --version 5.2.0
<PackageReference Include="PDF.Core" Version="5.2.0" />
paket add PDF.Core --version 5.2.0
#r "nuget: PDF.Core, 5.2.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- BitMiracle.LibTiff.NET (>= 2.4.626)
- HtmlAgilityPack.NetCore (>= 1.5.0.1)
- PdfSharpCore (>= 1.0.7)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Drawing.Common (>= 4.5.1)
- System.Text.Encoding.CodePages (>= 4.5.1)
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.
- OutOfMemoryException fix
- Occasional black PDF fix
- Redis Session State Compatible
- HTML Opacity
- Allow PDFs to be saved multiple times