Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Setting DocumentSource throws NullReferenceException when PdfViewer is hosted in ElementHost. When setting the DocumentSource, the Application.Dispatcher is used, but in Winforms app, the Application is not instantiated. 

Steps to reproduce:
1. Host PdfViewer in ElementHost in a WinForms application
2. Set the DocumentSource property
3. Run
Expected: The document is opened
Actual: NullReferenceException is thrown

Workaround: the document could be set to the Document property of PdfViewer. Or instead hosting the PdfViewer for WPF in ElementHost, use WinForms version of the control.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Default RadPdfViewer presenters load image sources async which allows to render the rest PDF content faster. However, FixedDocumentSinglePagePresenter loads images syncrhonously and all page content is rendered right after all images on the page are loaded.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
This is not quite a valid PDF file scenario according to PDF file specification. However, we may try handling it in order to show the correct number of pages. When the kid is of type Pages, it should be added to the pages traversal recursion only the first time it is met.
Completed
Last Updated: 31 Oct 2018 08:14 by ADMIN
The instances are kept in GeometryRenderer cache and each time the content stream is parsed new PathGeometry instances are added to GeometyRenderer store Dictionary field.

Available in R1 2017 Official Release Version.
Completed
Last Updated: 31 Oct 2018 08:14 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PDFViewer
Type: Feature Request
0
FixedDocumentPresenter could be TemplateBound to PDFViewer's Background property.

Available in LIB version: 2016.3.1205
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
The exception is thrown while decoding TIFF images. Although the document is properly loaded and the end user is not impacted, the DivideByZeroException is logged and present in the OnException event handler parameters. 
Completed
Last Updated: 31 Oct 2018 08:14 by ADMIN
The PdfViewer won't load a document from PdfDocumentSource created from Uri and the ReadOnDemand option.
Here is an example: new PdfDocumentSource(new Uri("webaddress/somefile.pdf"), FormatProviderSettings.ReadOnDemand);

Available in LIB Version 2017.1.130
Completed
Last Updated: 20 Nov 2017 13:49 by ADMIN
Decode array for image masks with DeviceGray color space is not respected, and always the default array of [0 1] is used for visualization. When the mask is encoded with [1 0], the mask is applied inversed, making the wrong pixels transparent. This may lead to images becoming invisible.

Fix available in LIB Version 2017.3.1120.
Completed
Last Updated: 10 Apr 2017 05:54 by ADMIN
The current implementation relies on the graphic state color to be always SolidColorBrush. However, it may be other color type and InvalidCastException is thrown. This results in missing content.

Available in LIB version 2017.1.410.
Completed
Last Updated: 21 Aug 2020 07:45 by ADMIN
Release LIB 2020.2.824 (24/08/2020)
NullReferenceException is thrown when importing a document with AcroForm referencing a missing object for fields collection. This is a regression as the same document will be imported without a problem in previous versions of RadPdfViewer as the AcroForm object would be entirely skipped.
Completed
Last Updated: 05 Sep 2017 14:44 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Bug Report
0
When annotations have annotation flag Print they should be visualized when printing the document. Usually, Widget annotations have such flag and currently RadPdfViewer does not print them at all.

Available in LIB Version 2017.3.918.
Unplanned
Last Updated: 04 Aug 2017 13:57 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Bug Report
0
This may result in seeing the pattern as a solid color or even not seeing it at all if this color is white and coincides with the background of the page.
Completed
Last Updated: 28 Jun 2023 14:56 by ADMIN
Release R2 2023 SP1
The UserDict collection is not parsed and the procedures for the operators are unavailable. The exception is thrown while trying to read the font file of the Univers and Univers Bold fonts.

Internally, an ArgumenNullException is thrown, which results in missing content when the document is shown in RadPdfViewer.
Completed
Last Updated: 09 Oct 2017 10:38 by ADMIN
The appearance of such invisible annotation is not imported property and the viewer is trying to recalculate it in an infinite recursion which causes the StackOverflowException.

Fix available in LIB Version 2017.3.1009.
Completed
Last Updated: 20 Nov 2017 13:47 by ADMIN
Currently, the implementation relies on the fact that the previous cross-reference value of a stream object is always a stream object. Instead during the cross-reference recursion, we should check on each step whether the previous cross-reference item is table or stream.

Fix available in LIB Version 2017.3.1120.
Completed
Last Updated: 20 Nov 2017 13:48 by ADMIN
This may result in inversed transparency issue when rendering images with ImageMask.

Fix available in LIB Version 2017.3.1120.
Completed
Last Updated: 15 Feb 2019 16:12 by ADMIN
For some fonts the issue is present. Some of them are:

KozGoPro-Medium

KozMinPro-Regular

KozGoPro-Bold
Unplanned
Last Updated: 02 Jan 2018 14:10 by ADMIN
Setting Handle property to false should result in rethrowing the exception and interrupting current RadFixedDocument rendering. This is related to Exception Handling Mechanism mentioned in this documentation article: 

https://docs.telerik.com/devtools/wpf/controls/radpdfviewer/document-model/exceptionhandling
Completed
Last Updated: 09 Dec 2020 12:52 by ADMIN
Release LIB 2020.3.1214 (07/14/2020)
This exception seems to be caused because the stream is not decrypted correctly and the stream data is corrupted. For instance when the stream is with FlateDecode filter the exception is InvalidDataException with message "Unknown compression method".