IronPdf.Slim 2022.10.9622

Nuget Installs Passed windows macOS linux docker aws microsoftazure livechat

IronPDF - Create, Edit, and Read PDFs in .NET Applications

IronPDF NuGet Trial Banner Image

Get Started | Features | Code Examples | Licensing | Free Trial

IronPDF is a library developed and maintained by Iron Software that helps C# Software Engineers to create, edit and extract PDF content in projects in .NET.

IronPDF excels at:

IronPDF has cross platform support compatibility with:

  • .NET 6 and .NET 5, .NET Core, Standard, and Framework
  • Windows, macOS, Linux, Docker, Azure, and AWS

IronPDF Cross Platform Compatibility Support Image

Additionally, our API reference and full licensing information can easily be found on our website.

Using IronPDF

Installing the IronPDF NuGet package is quick and easy, please install the package like this:

PM> Install-Package IronPdf

Once installed, you can get started by adding using IronPdf to the top of your C# code. Here is is sample HTML to PDF example to get started:

// HTML to PDF
using IronPdf;

var Renderer = new ChromePdfRenderer(); // Instantiates Chrome Renderer
var pdf = Renderer.RenderHtmlAsPdf(" <h1> ~Hello World~ </h1> Made with IronPDF!");
pdf.SaveAs("html_saved.pdf"); // Saves our PdfDocument object as a PDF

And another option is to create from URL to PDF:

// URL to PDF
using IronPdf;

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

// To include elements that are usually removed to save ink during printing we choose screen
Renderer.RenderingOptions.CssMediaType = IronPdf.Rendering.PdfCssMediaType.Screen;

var pdf = Renderer.RenderUrlAsPdf("https://getbootstrap.com/");
pdf.SaveAs("url_saved.pdf");

Features Table

IronPDF Features

Licensing & Support Available

For our full list of code examples, tutorials, licensing information, and documentation visit: https://ironpdf.com/

For more support and inquiries, please email us at: developers@ironsoftware.com

Showing the top 20 packages that depend on IronPdf.Slim.

Packages Downloads
IronPdf
IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects. # C# HTML to PDF for .NET 6, 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 6, .NET 5, Framework, Core, and Standard * Windows, MacOS, Linux, Azure, Docker and AWS For code examples, tutorials and documentation visit: https://ironpdf.com/
2

* Added new methods for stamping HTML (see https://ironpdf.com/tutorials/csharp-edit-pdf-complete-tutorial/#stamping-and-watermarking) * Added option for only applying the left and right margin to headers and footers (see UseMarginsOnHeaderAndFooter) * Deprecated ApplyMarginToHeaderAndFooter * Paper sizes are now accurate to 0.00001 millimeter * Form fields created with IronPdf no longer have a blue border * Fixes an issue where replacing text would sometimes break the layout of a page * Improves logic when determining which font to use when replacing text (now checks for missing glyphs) * Updates to CEF 105.3.39 * [Hotfix] Fix ImageStamper and TextStamper are missing

.NET Framework 4.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2024.11.4 0 06.11.2024
2024.10.8 0 11.10.2024
2024.9.3 0 09.09.2024
2024.8.3 0 30.07.2024
2024.7.8 0 05.07.2024
2024.7.6 0 02.07.2024
2024.6.1 0 04.06.2024
2024.5.2 0 29.04.2024
2024.4.2 0 05.04.2024
2024.3.4 0 11.03.2024
2024.3.3 0 06.03.2024
2024.2.2 0 29.01.2024
2024.1.20 0 09.01.2024
2023.12.6 0 27.11.2023
2023.11.8 0 13.11.2023
2023.11.7 0 01.11.2023
2023.10.3 0 03.10.2023
2023.9.8 0 13.09.2023
2023.8.6 0 31.07.2023
2023.7.4 0 03.07.2023
2023.6.10 0 02.06.2023
2023.5.9 0 08.05.2023
2023.5.8 0 01.05.2023
2023.4.4 0 30.03.2023
2023.3.2 0 09.03.2023
2023.3.0-ci.61 0 16.03.2023
2023.2.4 0 28.02.2023
2023.1.11416 0 09.01.2023
2022.12.11113 0 23.12.2022
2022.11.10347 0 09.11.2022
2022.11.10341 0 08.11.2022
2022.10.9622 2 24.10.2024
2022.10.9532 0 04.10.2022
2022.9.9056 0 15.09.2022
2022.8.8818 0 07.09.2022
2022.8.8138 0 16.08.2022
2022.8.7894 0 28.07.2022
2022.7.6986 0 30.06.2022
2022.6.6115 0 06.06.2022
2022.5.5629 0 12.05.2022
2022.5.5596 0 02.05.2022
2022.4.5575 0 25.04.2022
2022.4.5455 0 12.04.2022
2022.4.5250-eap 0 22.03.2022
2022.3.5084 0 08.03.2022
2022.2.4887 0 17.02.2022
2022.1.4599 0 11.01.2022
2021.12.4495 0 07.12.2021
2021.12.4401 0 01.12.2021
2021.11.4257 0 15.11.2021
2021.11.4183 0 28.10.2021
2021.9.3737 0 20.09.2021
2021.9.3689 0 07.09.2021
2021.9.3678 0 26.08.2021
2021.9.3650 0 26.08.2021