Unplanned
Last Updated: 10 Jan 2025 13:08 by James
James
Created on: 10 Jan 2025 13:08
Category: PdfViewer
Type: Feature Request
1
PdfViewer: Improve the exception handling mechanism of the control to fully support the exceptions thrown by the PdfProcessing library

Currently, RadPdfViewer offers the DataError event which is purposed to handle errors during the import process. However, if there are problematic pages that are rendered in the viewer at a later moment after the document is already imported, the viewer doesn't offer a suitable way for handling such problematic moments even though the PdfProcessing library throws one of its exceptions

The exact client's case is loading a PDF document which contains images requiring JPX Decoder which is currently not supported. Even though the PdfProcessing library throws internally the following error, the RadPdfViewer control doesn't throw the DataError event with the respective error:

Telerik.Windows.Documents.Fixed.Exceptions.NotSupportedFilterException: 'JPXDecode is not supported.'

 

0 comments