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.
Reader Comments