IronPdf 2022.10.9622
IronPDF - Create, Edit, and Read PDFs in .NET Applications
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:
- Generating PDFs from: HTML, URL, JavaScript, CSS and many image formats
- Adding headers/footers, signatures, attachments, and passwords and security
- Performance optimization: Full Multithreading and Async support
- And many more! Visit our website to see all our code examples and a full list of our 50+ features
IronPDF has cross platform support compatibility with:
- .NET 6 and .NET 5, .NET Core, Standard, and Framework
- Windows, macOS, Linux, Docker, Azure, and AWS
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
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
Documentation Links
- Code Examples : https://ironpdf.com/examples/
- API Reference : https://ironpdf.com/object-reference/api/
- Tutorials : https://ironpdf.com/tutorials/
- Licensing : https://ironpdf.com/licensing/
- Live Chat Support : https://ironpdf.com/#helpscout-support
No packages depend on IronPdf.
.NET Framework 4.0
- IronPdf.Slim (= 2022.10.9622)
- IronPdf.Native.Chrome.Windows (= 2022.10.9530)
.NET Standard 2.0
- IronPdf.Slim (= 2022.10.9622)
- IronPdf.Native.Chrome.Windows (= 2022.10.9530)
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.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.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.8 | 0 | 01.05.2023 |
2023.4.4 | 0 | 30.03.2023 |
2023.3.2 | 0 | 09.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.10.9622 | 2 | 24.10.2024 |
2022.9.9056 | 0 | 14.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.5596 | 0 | 02.05.2022 |
2022.4.5575 | 0 | 25.04.2022 |
2022.4.5455 | 0 | 12.04.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.9.3737 | 0 | 20.09.2021 |
2021.9.3689 | 0 | 07.09.2021 |
2021.9.3678 | 0 | 26.08.2021 |
2021.3.1 | 0 | 08.03.2021 |
2021.1.29 | 0 | 29.01.2021 |
2020.12.3 | 0 | 18.12.2020 |
2020.12.2 | 0 | 07.12.2020 |
2020.10.3.3 | 0 | 14.10.2020 |
2020.10.2 | 0 | 07.10.2020 |
2020.9.0 | 0 | 01.09.2020 |
2020.8.1 | 0 | 14.08.2020 |
2020.8.0 | 0 | 01.08.2020 |
2020.7.1 | 0 | 15.07.2020 |
2020.6.0 | 0 | 01.06.2020 |
2020.3.2 | 0 | 25.03.2020 |
2020.3.1.1 | 0 | 11.03.2020 |
2020.3.0 | 0 | 02.03.2020 |
2020.1.0 | 0 | 09.01.2020 |
2019.8.9 | 0 | 03.12.2019 |
2019.7.0 | 0 | 02.10.2019 |
2019.6.5.41 | 0 | 28.08.2019 |
5.2.0.1 | 0 | 22.03.2019 |
5.0.5.2 | 0 | 14.02.2019 |
4.4.9 | 0 | 15.06.2018 |
4.4.8 | 0 | 25.05.2018 |
4.4.6.2 | 0 | 22.01.2018 |
4.4.5 | 0 | 06.09.2017 |
4.4.1.2 | 0 | 06.06.2017 |
4.4.0.6 | 0 | 18.01.2017 |
4.4.0 | 0 | 05.12.2016 |
4.2.2 | 0 | 22.02.2016 |
4.1.0 | 0 | 31.10.2015 |
4.0.0 | 0 | 03.09.2015 |