IronPdf.Linux.ARM
2025.12.2
Prefix Reserved
dotnet add package IronPdf.Linux.ARM --version 2025.12.2
NuGet\Install-Package IronPdf.Linux.ARM -Version 2025.12.2
<PackageReference Include="IronPdf.Linux.ARM" Version="2025.12.2" />
<PackageVersion Include="IronPdf.Linux.ARM" Version="2025.12.2" />
<PackageReference Include="IronPdf.Linux.ARM" />
paket add IronPdf.Linux.ARM --version 2025.12.2
#r "nuget: IronPdf.Linux.ARM, 2025.12.2"
#:package IronPdf.Linux.ARM@2025.12.2
#addin nuget:?package=IronPdf.Linux.ARM&version=2025.12.2
#tool nuget:?package=IronPdf.Linux.ARM&version=2025.12.2
IronPDF - The C# PDF Library
IronPdf is a C# library for creating, converting, editing, and securing PDFs.
IronPDF is a comprehensive C# library designed for developers to programmatically create, convert, and edit PDF documents. With a user-friendly API, you can generate PDFs from HTML, sign and secure files, edit text and content, and integrate robust PDF functionality seamlessly into your .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 our PdfDocument object as a PDF
pdf.SaveAs("html_saved.pdf");
3. Explore More
Dive deeper with our extensive 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: Demonstrating guides that showcase how IronPDF works the way it does.
API Reference: Detailed technical descriptions of the API and its components.
Key Features
Create PDFs: Create PDFs from scratch with a simple set of codes.
Convert PDF: Convert PDFs from HTML, images, docx, and website pages.
Edit PDFs: Modify existing PDF documents. Add text, images, watermarks, and headers/footers with ease.
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.
Compatibility
IronPDF is built for modern .NET and supports a wide range of project types and operating systems.
Platforms: .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2
Framework: .NET Framework 4.6.2 (and above)
App Models: Console, Web, and Desktop Apps, MVC, Blazor, MAUI, Razor Pages, Web Forms
Operating Systems: Windows, macOS, Linux (Debian, CentOS, Ubuntu)
IDEs: Microsoft Visual Studio or Jetbrains ReSharper & Rider
License
IronPDF is a commercially licensed product.
Trial License: Get a free developer key to evaluate the full library with no commitment. Ideal for development and testing purposes. Start your trial HERE.
Purchase a License: Unlock the library for use in commercial projects and get access to our full technical support. Purchase your license HERE.
Getting Help & Support
Have a question or running into an issue?
Email Support: Reach out to our team directly at support@ironsoftware.com.
Live Chat Support: https://ironpdf.com/#helpscout-support
Report a Bug: https://ironsoftware.com/ticket-submission/
Community: https://ironsoftware.com/company/iron-slack-community/
| Product | Versions 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. |
-
.NETStandard 2.0
- IronPdf.Native.Chrome.Linux.ARM (>= 2025.12.2 && < 2026.1.0)
- IronPdf.Slim (= 2025.12.2)
- IronSoftware.Native.PdfModel.Linux.ARM (>= 2025.12.2 && < 2026.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Features
- Added support for PDF/UA-2 (ISO 14289-2:2024) Compliance
- Added new CompressAndSaveAs API which provides superior compression
- Added ToJson and SaveAsJson APIs to extract PDF content as JSON
Enhancements
- Improved documentation and examples
- Enabled local HTML file to PDF conversion in IronPdf for Java and Node.js when running local IronPdfEngine
Bug Fixes
- Fixed issue where ApplyMultipleStamps cut off the stamp content on some paper sizes
- Fixed internal deployment issue of IronPdf for Python
- Fixed QPdf operations randomly throwing exceptions


