Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

IronPdf

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

IronPdf

IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects. # C# HTML to PDF for .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core, Standard, and Framework # Work with PDFs in C# using HTML, MVC, ASPX, and images # Generate, Edit, Read and Secure PDF Documents Generate PDFs with Pixel Perfect Chrome HTML to PDF Rendering: The Iron PDF library takes the frustration out of generating PDF documents by not relying on proprietary APIs. “Html-To-Pdf” renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses the skills that developers already possess. Fully Supports: * .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Framework, Core, and Standard * Windows, MacOS, Linux, Azure, Docker and AWS For code examples, tutorials and documentation visit: https://ironpdf.com/

nugetNuGet
Version
2026.4.1
Version published
Maintainers
1
Created
Source

IronPDF: The C# PDF Library

================================================================================ IronPdf is a C# library for creating, converting, editing, and securing PDFs.

Build Status: Passing NuGet Version: 2026.4.1 [https://www.nuget.org/packages/IronPdf] License: Commercial

✨ KEY FEATURES

📦 INSTALLATION

To install IronPDF via the NuGet Package Manager Console, run the following command:

PM> Install-Package IronPdf

🚀 QUICK START

Creating a PDF from an HTML string is simple. After installing the package, you can get started with just a few lines of code:

using IronPdf;

// Instantiates Chrome Renderer
var Renderer = new ChromePdfRenderer();

// Render Html contents as PDF
var pdf = Renderer.RenderHtmlAsPdf("<h1>~Hello World~</h1> Made with IronPDF!");

// Saves our PdfDocument object as a PDF
pdf.SaveAs("html_saved.pdf");

For more detailed examples, please visit our website's quick-start guide: https://ironpdf.com/docs/

📚 DOCUMENTATIONS

Our documentation is structured to help you learn effectively, whether you're a beginner or an expert.

❓ FAQs

🤝 Getting Help & Support

Have a question or running into an issue?

💻 Compatibility

  • Languages: C#, F#, and VB.NET
  • Platforms: .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2
  • Framework: .NET Framework 4.6.2 (above)
  • App Models: Console, Web, and Desktop Apps
  • Operating Systems: Windows, macOs, Linux (Debian, CentOS, Ubuntu)
  • Cloud & Containerization Platforms: Azure, AWS, Docker
  • IDEs: Microsoft Visual Studio or Jetbrains ReSharper & Rider

📝 LICENSE

IronPdf is commercial licensed.

Keywords

PDF

FAQs

Package last updated on 27 Mar 2026

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