VOOZH about

URL: https://www.nuget.org/packages/IronPdf.Server.Azure/

⇱ NuGet Gallery | IronPdf.Server.Azure 2025.12.2




👁 Image
IronPdf.Server.Azure 2025.12.2

Prefix Reserved
dotnet add package IronPdf.Server.Azure --version 2025.12.2
 
 
NuGet\Install-Package IronPdf.Server.Azure -Version 2025.12.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.Server.Azure" Version="2025.12.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronPdf.Server.Azure" Version="2025.12.2" />
 
Directory.Packages.props
<PackageReference Include="IronPdf.Server.Azure" />
 
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.Server.Azure --version 2025.12.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IronPdf.Server.Azure, 2025.12.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.Server.Azure@2025.12.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.Server.Azure&version=2025.12.2
 
Install as a Cake Addin
#tool nuget:?package=IronPdf.Server.Azure&version=2025.12.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Nuget
👁 Installs
👁 Passed
👁 windows
👁 macOS
👁 linux
👁 docker
👁 aws
👁 microsoftazure
👁 livechat

IronPDF - The C# PDF Library

IronPdf is a C# library for creating, converting, editing, and securing PDFs.

👁 IronPDF NuGet Trial Banner Image

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.

👁 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. 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?

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows 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
2025.12.2 279 12/26/2025
2024.1.20 1,983 1/9/2024
2023.9.8 331 9/20/2023

* Updates dependency versions