You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

IronPdf.Linux

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

IronPdf.Linux

IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects. # C# HTML to PDF for .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 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/

2025.7.17
nugetNuGet
Version published
Maintainers
1
Created
Source

IronPDF is a .NET library to generate, read, edit & save PDF files in .NET projects. IronPDF features HTML to PDF for .NET 8, .NET 7, .NET 6, .NET 5, Core 3.1+, Standard & Framework 4.6.2+ with full HTML to PDF support including CSS3 and JS.

HOW TO USE

========================

Visit our website for a quick-start guide at https://ironpdf.com/docs/

C# Code Example

======================== using IronPdf; var Renderer = new ChromePdfRenderer(); // Instantiates Chrome Renderer var pdf = Renderer.RenderHtmlAsPdf("

Hello World

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

======================== Code Examples : https://ironpdf.com/examples/ How-Tos : https://ironpdf.com/how-to/ Live Demos : https://ironpdf.com/demos/ API Reference : https://ironpdf.com/object-reference/api/ Tutorials : https://ironpdf.com/tutorials/ Licensing : https://ironpdf.com/licensing/ Support : developers@ironsoftware.com

Compatibility

========================

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

Keywords

PDF

FAQs

Package last updated on 22 Jul 2025

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