Top
Search
Categories
Archive
« RAD PDF 3.19 Released | Main | RAD PDF 3.18 Released »

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

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>