IronPdf.Linux.ARM 2026.7.2

Prefix Reserved
dotnet add package IronPdf.Linux.ARM --version 2026.7.2
                    
NuGet\Install-Package IronPdf.Linux.ARM -Version 2026.7.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.Linux.ARM" Version="2026.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronPdf.Linux.ARM" Version="2026.7.2" />
                    
Directory.Packages.props
<PackageReference Include="IronPdf.Linux.ARM" />
                    
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.Linux.ARM --version 2026.7.2
                    
#r "nuget: IronPdf.Linux.ARM, 2026.7.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.Linux.ARM@2026.7.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.Linux.ARM&version=2026.7.2
                    
Install as a Cake Addin
#tool nuget:?package=IronPdf.Linux.ARM&version=2026.7.2
                    
Install as a Cake Tool

Nuget Installs Passed windows macOS linux docker aws microsoftazure livechat

IronPDF - The C# PDF Library for .NET

Convert HTML to PDF with IronPDF - a C# PDF library for .NET developers who need to create, edit, merge, and secure PDFs.

IronPDF NuGet Trial Banner Image

With IronPDF, developers can build complete PDF workflows around .NET HTML to PDF conversion. It uses a Chrome-based rendering engine to convert HTML, CSS, JavaScript, web pages, templates, and dynamic content into accurate, pixel-perfect PDFs. The library also supports editing existing PDFs, adding security, applying digital signatures, merging files, and integrating PDF generation into desktop, web, cloud, and server-side .NET projects.

Get Started in 3 Steps

1. Install the NuGet Package

PM> Install-Package IronPdf

2. Create Your First PDF

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 the PdfDocument object as a PDF
pdf.SaveAs("html_saved.pdf");

3. Explore More

Dive deeper with the documentation and examples:

  • Tutorials: Step-by-step guides to help you build your first PDF application.

  • Code Examples: Practical examples of executable code for common tasks.

  • How-To Guides: Practical, goal-oriented instructions to solve specific problems.

  • Demo: Interactive demos of IronPDF in action.

  • API Reference: Detailed technical descriptions of the API and its components.

Key Features

  • Create PDFs: Create PDFs from scratch in a few lines of code.

  • Convert PDF: Convert PDFs from HTML, images, docx, and website pages.

  • Edit PDFs: Modify existing PDF documents. Add text, images, watermarks, and headers/footers.

  • Organize PDFs: Merge, split, add or remove pages, and manipulate document properties.

  • Sign & Secure PDFs: Add digital signatures, set passwords, and manage user permissions to protect your documents.

IronPDF Features

Compatibility

IronPDF is built for modern .NET and supports a wide range of project types and operating systems.

IronPDF Cross Platform Compatibility Support Image

License

IronPDF is a commercially licensed product.

  • Trial License: Get a free developer key to evaluate the full library with no commitment. For development and testing. Start your trial HERE.

  • Purchase a License: Unlock the library for use in commercial projects and access technical support. Purchase your license HERE.

Getting Help & Support

Have a question or running into an issue?

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.2 56 6/26/2026
2026.6.1 265 5/26/2026
2026.5.2 282 4/29/2026
2026.4.1 217 3/27/2026
2026.3.1 235 2/26/2026
2026.2.1 244 2/17/2026
2026.1.3 256 2/9/2026
2025.12.2 411 12/26/2025
2025.11.12 512 11/10/2025
2025.10.8 463 10/8/2025
2025.9.4 8,172 9/2/2025
2025.8.8 492 8/13/2025
2025.7.17 892 7/22/2025
2025.6.8 690 6/17/2025
2025.5.6 12,804 5/13/2025

Features
- Added support for extracting and accessing PDF Optional Content Groups (OCG/layers), including layer hierarchy, visibility, and object-level layer metadata
- Added ChromePdfRenderOptions.CssPageRulePolicy and header/footer overlap detection options to improve margin handling and prevent content overlap when rendering or modifying PDFs
Enhancements
- Enhanced PDF scanning reliability by removing shellcode hash-based detection rules that could cause inconsistent false-positive results
- Enhanced render timeout handling by detecting stalled PDF generation operations and returning clearer, more actionable error messages
Bug Fixes
- Fixed engine stability issues that could cause orphaned browser processes, unexpected crashes, and rendering failures under heavy load or constrained CPU environments
- Fixed an issue where PDF redaction could leave partial-character artifacts or remove excess content due to inaccurate text bounding boxes
- Fixed an issue where ImageToPdfConverter.ImageToPdf could generate blank PDFs for image filenames containing both spaces and multiple dots
- Fixed an issue where multi-page TIFF conversion did not preserve per-page orientation and resolution for mixed-orientation PDFs
- Fixed an issue where Cleaner.SanitizeWithSvg could add an extra page and corrupt non-ASCII text in sanitized PDFs
- Fixed an issue where PDF signature timestamps could display an incorrect timezone offset during daylight saving time (DST)
Update
- Updated internal dependencies