Top
Search
Categories
Archive

Entries in .NET Core (2)

RAD PDF 3.29 Released

Red Software is excited to release RAD PDF 3.29, the PDF GUI / WebControl for ASP.NET Core / Framework / .NET 5 / .NET 6. This update to the PDF editor / PDF form filler / PDF signer / PDF viewer introduces a base implemention for offline use, which allows a ASP.NET web applications to cache PDF edits in RAD PDF offline until an internet connection is resumed.

Additionally, this version fixes a bugs related to certificate signed files, date formatting, and text selection.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes

RAD PDF BETA for ASP.NET Core

Red Software is excited to share a new BETA version of RAD PDF for use with ASP.NET Core!

ASP.NET Core is the new open-source web framework from Microsoft. While similar to ASP.NET, request processing is handled much differently. This new assembly is largely similar to the standard RAD PDF build with a few key differences:

  • The PdfHttpHandler and web.config have been replaced with RadPdfCoreMiddleware - a single line of code in your Startup class configures and installs the needed listeners
  • When using a custom session provider, AddSession() implementations need two parameters instead of one -  update your code to use AddSession(HttpContext context, PdfLiteSession session)
  • When using a custom session provider, GetSession() implementations need two parameters instead of one - update your code to use GetSession(HttpContext context, string key)

This initial BETA release is compatible with ASP.NET Core 2.0 and higher.

To request a link to the BETA, please contact support:

https://support.redsoftware.com/hc/en-us/requests/new

Use of this assembly is included with a standard RAD PDF license and is subject to the EULA.