Top
Search
Categories
Archive

Entries in .NET 5 (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 3.18.5 Released

Red Software is excited to announce compatibility with ASP.NET 5 for its browser friendly GUI for online PDF file viewing, editing, and form filling, RAD PDF!

Version 3.18.5 provides out-of-the-box compatibility with .NET 5's new security defaults and is a recommended update for all customers. This release changes the default Lite Document session serializer to the new PdfLiteSessionSerializer, a secure replacement for the previous default, BinaryFormatter. At this time, PdfLiteSessionSerializer will fallback to BinaryFormatter to maximize compatibility. This can be further secured (and will be the default in a future release) by using another secure formatter / serializer or by setting the static property:

PdfLiteSession.DefaultFormatter = new PdfLiteSessionSerializer(false);

Additionally, this release also includes minor bug fixes and other improvements.

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

Release Notes