IronPdf 5.0.5.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package IronPdf --version 5.0.5.2
                    
NuGet\Install-Package IronPdf -Version 5.0.5.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronPdf" Version="5.0.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronPdf" Version="5.0.5.2" />
                    
Directory.Packages.props
<PackageReference Include="IronPdf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IronPdf --version 5.0.5.2
                    
#r "nuget: IronPdf, 5.0.5.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IronPdf@5.0.5.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IronPdf&version=5.0.5.2
                    
Install as a Cake Addin
#tool nuget:?package=IronPdf&version=5.0.5.2
                    
Install as a Cake Tool

IronPDF allows developers to create, edit and extract pdf content within .Net Applications & websites.

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 skills that developers already posses.  

Key features include:
* "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images.
* "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL.
* "ASPX-To-Pdf" converts ASP.NET web forms directly into downloadable pdfs.
* "Image-To-PDF" creates PDF documents from image files.
* PDF to Image functionality can render PDF documents to image files.
* Extract text and images from existing PDFs.
* Create, Fill and read data from PDF forms.
* Merge, Split and Manipulate PDFs to edit PDF structure and content.  
* Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets.
* Edit, Stamp and Watermark PDF files with text, images and HTML
* Apply HTML or PDF backgrounds to PDF pages

IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications.

Requires .Net Framework 4.0 or above on the Windows platform. Compatible with cloud hosting services including Microsoft Azure.

Licensing & Support available for commercial deployments.

For code examples, documentation & more visit http://ironpdf.com/

For support please email us at developers@ironsoftware.com

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on IronPdf:

Package Downloads
PDF.Core

IronPDF for .Net Core 2.x and 3.x allows developers to create, edit and extract PDF content within .Net Core Applications & Websites. The Iron PDF Core 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 skills that developers already posses. Key features include: * "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images. * "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL. * "Image-To-PDF" creates PDF documents from image files. * PDF to Image functionality can render PDF documents to image files. * Extract text and images from existing PDFs. * Create, Fill and read data from PDF forms. * Merge, Split and Manipulate PDFs to edit PDF structure and content. * Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets. * Edit, Stamp and Watermark PDF files with text, images and HTML * Apply HTML or PDF backgrounds to PDF pages * Sign PDF files with digital certificates IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Requires .Net Core 2.x, 3.x or higher. Supports Windows, Ubuntu, Debian, CentOS, BSD, MacOS and Azure platforms. Licensing & Support available for commercial deployments. For code examples, documentation & more visit http://ironpdf.com For support please email us at developers@ironsoftware.com

Jari.FnTrust.Shared

Package Description

Co.Backend.Packages.Infrastructure

Package Description

BopsGeneralUtilities

All implementations for Bops features

Bastion.Recipients.Api

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on IronPdf:

Repository Stars
devmentors/Cine
Modular monolith in .NET Core
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
Version Downloads Last Updated
2026.4.1 20,022 3/27/2026
2026.3.1 58,463 2/26/2026
2026.2.1 18,096 2/17/2026
2026.1.3 17,981 2/9/2026
2025.12.2 103,160 12/26/2025
2025.11.12 112,851 11/10/2025
2025.10.8 142,753 10/8/2025
2025.9.4 111,840 9/2/2025
2025.8.8 75,700 8/13/2025
2025.7.17 53,027 7/22/2025
2025.6.8 161,230 6/17/2025
2025.5.6 77,877 5/13/2025
2025.4.4 142,810 4/8/2025
2025.3.6 186,362 3/5/2025
2025.2.8 140,641 2/3/2025
2025.1.1 217,314 1/3/2025
2024.12.9 194,735 12/3/2024
5.0.5.2 45,401 2/14/2019
Loading failed

Major Release.

- .Net Core Support
- Xamarin and Mono Support
- FIPS compliance
- PDF Form Filling + Reading
- PDF Signatures + Timestamps
- Massive multithread stability
- PDF Bookmark + Outline Editor
- Text Annotations
- HTML Footers fixes
- Improved Documentation
- Font Kerning Improvements 
- Rotate PDF Pages
- Improved Azure Support and Performance