IronPDF Extensions ASPX provides more .NET Framework utility methods such as AspxToPdf. Requires the IronPdf.Slim package. For code examples, tutorials and documentation visit https://ironpdf.com/how-to/aspx-to-pdf/
$ dotnet add package IronPdf.Extensions.ASPXIronPDF 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.
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();
}
Additionally, our API reference and full licensing information can easily be found on our website.
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