Loading a document that contains big images could lead to OutOfMemory exception.
Hello Thomas, In R1 2018 we have additionally implemented several improvements when rendering different type of images which are described in the release notes for PDF Viewer here: https://www.telerik.com/support/whats-new/wpf/release-history/ui-for-wpf-r1-2018 If you still experience any issues you may open a support ticket and send us the problematic PDF files. This way we will be able to investigate the concrete case and decide whether to open a new feedback item. Regards, Deyan
Is this really fixed? I have a 3,5 MB file within 20 pages of images (scans). The try to print this via RadPDFViewer kill the app with an out of memory (>1,4 gb)
Hi, We have improved memory usage when rendering big images. The improvement is included in our latest 2016 Q1 SP1 release. Do not hesitate to contact us if any issues or questions arise. Regards, Aylin, The Telerik Team
As discussed with Kammen, it certainly would be a plus if the internal 32bit ARGB bitmap used in RadPdfViewer would not be passed to the viewer directly. If e.g. monochrome or grayscale images are converted, it would be nice to preserve the format and pass this to the viewer for rendering, since it would automatically save a lot of memory and some unnecessary "upscaling".