2023 Releases
This article lists the breaking or important changes in the 2023 releases of Telerik UI for ASP.NET MVC.
Telerik UI for ASP.NET MVC R1 2023
As of the R1 2023 release, the Load
method of the Telerik.Web.PDF
assembly is obsolete. The method was used to read from the file system. For security reasons, loading options should be limited to byte[]
and Stream
. As of R1 2023, the developers are responsible for reading from the file system and passing a stream to the loaded document.