IronPdf.Extensions.ASPX 2023.10.3

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.Extensions.ASPX --version 2023.10.3
NuGet\Install-Package IronPdf.Extensions.ASPX -Version 2023.10.3
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.Extensions.ASPX" Version="2023.10.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronPdf.Extensions.ASPX --version 2023.10.3
#r "nuget: IronPdf.Extensions.ASPX, 2023.10.3"
#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.Extensions.ASPX as a Cake Addin
#addin nuget:?package=IronPdf.Extensions.ASPX&version=2023.10.3

// Install IronPdf.Extensions.ASPX as a Cake Tool
#tool nuget:?package=IronPdf.Extensions.ASPX&version=2023.10.3

Nuget Installs Passed windows macOS linux docker aws microsoftazure livechat

IronPdf.Extensions.ASPX - 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 (1)

Showing the top 1 NuGet packages that depend on IronPdf.Extensions.ASPX:

Package Downloads
IronPdf.Slim The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects. Requires IronPdf.Native.Chrome NuGet package appropriate for your platform. # C# HTML to PDF for .NET 7, .NET 6, .NET 5, Core, Standard, and Framework # Work with PDFs in C# using HTML, MVC, ASPX, and images # Generate, Edit, Read and Secure PDF Documents Generate PDFs with Pixel Perfect Chrome HTML to PDF Rendering: 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 the skills that developers already possess. Fully Supports: * .NET 7, .NET 6, .NET 5, Framework, Core, and Standard * Windows, MacOS, Linux, Azure, Docker and AWS For code examples, tutorials and documentation visit https://ironpdf.com/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2023.10.3 27,649 10/31/2023
2023.9.5 9,923 9/7/2023

* Fixes bug causing a generated PDF contains html string after EOF