With the new release of 2019.3, I was trying to add PdfProcessing to my .net core 3 web application. Following the example found in the Telerik UI for ASP.NET Core R3 2019 folder I added the correct references (Telerik.Windows.Documents.Fixed,Telerik.Windows.Documents.Core and so on). On my application it did compile however when using it I got an unhandled exception when I tried to create a new PdfFormatProvider. I don't have the exact wording on me right now but it was a TypeLoadException when trying to load/use Size or Point from WindowsBase. Now given that this is a web application it obviously has no reference to WindowsBase and as such it doesn't work