IronPdf.NetFramework.Extension 2023.8.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package IronPdf.NetFramework.Extension --version 2023.8.6
NuGet\Install-Package IronPdf.NetFramework.Extension -Version 2023.8.6
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.NetFramework.Extension" Version="2023.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronPdf.NetFramework.Extension --version 2023.8.6
#r "nuget: IronPdf.NetFramework.Extension, 2023.8.6"
#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.
// Install IronPdf.NetFramework.Extension as a Cake Addin
#addin nuget:?package=IronPdf.NetFramework.Extension&version=2023.8.6

// Install IronPdf.NetFramework.Extension as a Cake Tool
#tool nuget:?package=IronPdf.NetFramework.Extension&version=2023.8.6

Nuget Installs Passed windows macOS linux docker aws microsoftazure livechat

IronPdf.NetFramework.Extension - Use IronPDF with ASPX

IronPDF NuGet Trial Banner Image

Get Started | Features | How-Tos | Code Example | 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.

Using IronPDF with ASPX

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 a sample call to AspxToPdf:

using IronPdf;
 
private void Form1_Load(object sender, EventArgs e)
{
    // Changes the ASPX output into a pdf instead of HTML
    IronPdf.AspxToPdf.RenderThisPageAsPdf();
}

IronPDF excels at:

IronPDF has cross platform support compatibility with:

  • .NET 8, .NET 7, .NET 6, .NET 5, and .NET Core, Standard, and Framework
  • Windows, macOS, Linux, Docker, Azure, and AWS

IronPDF Cross Platform Compatibility Support Image

Additionally, our API reference and full licensing information can easily be found on our website.

Features Table

IronPDF Features

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

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.

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
2023.8.6 35,030 7/31/2023
2023.6.2 8,133 6/26/2023

* First Release!
           * Provides several RenderThisPageAsPdf method overloads for use with ASPX to PDF.