Completed
Last Updated: 07 Feb 2022 14:06 by ADMIN
Release R1 2022 SP1
Created by: Jose Ramon
Comments: 0
Category: PDFViewer
Type: Bug Report
1

A rectangle is rendered as a solid rectangle instead of a rectangle with no fill.

Completed
Last Updated: 20 Jan 2022 08:17 by ADMIN
Release R1 2022
ADMIN
Created by: Kammen
Comments: 2
Category: PDFViewer
Type: Feature Request
12
Dialog for inputting the password should be implemented in order to be able to decrypt the file content.
Unplanned
Last Updated: 05 Jan 2022 11:06 by ADMIN
Currently, a NotSupportedException is thrown and handled internally. As a result, the image is missing from the page content.
Unplanned
Last Updated: 04 Jan 2022 09:37 by ADMIN
When the Textbox` text alignment is set to top (multiline) left when entering in edit mode the alignment is changing to center-left (check the attached record.gif).
Unplanned
Last Updated: 19 Nov 2021 09:00 by ADMIN

It is actually checked and only the appearance is wrong. When the file is saved the checkboxes states are as expected.

This behavior is observed with PdfImportSettings.ReadOnDemand setting only.

Unplanned
Last Updated: 10 Nov 2021 09:08 by Oliver
COMException: 'Exception from HRESULT: 0x8052000C' breaks the printing of the a specific document.
Unplanned
Last Updated: 27 Oct 2021 13:34 by ADMIN

While all the pages and components of the control are rendered on the image, the content is completely missing from it. The issue is a regression caused by the migration of the model and its async rendering introduced in R3 2020.

Workaround: Fallback to the old rendering engine:

  • Changing the default behavior:

 this.pdfViewer.DefaultImportSettings.UseOldRendering = true;

  • Setting the property to the format provider used to show the document:

PdfImportSettings settings = PdfImportSettings.ReadOnDemand;
settings.UseOldRendering = true;

 

Unplanned
Last Updated: 26 Oct 2021 08:03 by ADMIN
When the color of the image is using the CMYK color model, DctDecode filter is applied, and there is no ColorTransform set the colors of the image are inverted.
Unplanned
Last Updated: 25 Oct 2021 12:45 by Sven
Created by: Mi
Comments: 3
Category: PDFViewer
Type: Feature Request
7
When using CTRL+Mousewheel to zoom in to a PDFViewer document, it should zoom into the point where the mouse pointer is located. Currently it just does a simple zoom of the whole document.

For example see Acrobat Reader or Google Maps.
Completed
Last Updated: 21 Oct 2021 13:54 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
PDFViewer: InvalidOperationException (The calling thread cannot access this object because a different thread owns it) when scrolling a specific document.
Completed
Last Updated: 19 Oct 2021 13:47 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
By specification, the InteractiveForm fields can have the same name if they are descendants of a common ancestor. Such fields are different representations of the same underlying field; they should differ only in properties that specify their visual appearance. When such a document is imported an ArgumentException: 'An item with the same key has already been added.' is thrown, which leads to non-editable fields in RadPdfViewer.
Unplanned
Last Updated: 07 Oct 2021 11:23 by ADMIN

When importing a document with a missing state separator (e.g. linefeed) in the object stream (ObjStm) an exception is thrown: System.InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfDictionary' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt'.'

А possible workaround could be handling the exceptions: Handling Exceptions.

Completed
Last Updated: 20 Sep 2021 09:04 by ADMIN
Release LIB 2021.3.920 (20 Sep 2021)
When trying to digitally sign a document an exception is thrown: System.NullReferenceException: 'Object reference not set to an instance of an object.'
Completed
Last Updated: 20 Sep 2021 08:59 by ADMIN
Release LIB 2021.3.920 (20 Sep 2021)
Unplanned
Last Updated: 26 Aug 2021 08:26 by ADMIN
The selection position is wrong when each character is drawn with PDF operators 
Completed
Last Updated: 25 Aug 2021 14:36 by ADMIN
Release R3 2021
List indent is respected instead of locally set paragraph indent when exporting to PDF
Unplanned
Last Updated: 17 Aug 2021 13:03 by ADMIN
Created by: Alexander
Comments: 0
Category: PDFViewer
Type: Bug Report
0
Invalid character rendering with specific glyphs. For example, the two dots of the umlaut characters are not centered. 
Completed
Last Updated: 12 Aug 2021 07:32 by ADMIN
Release LIB 2021.2.608 (08 Jun 2021)
Importing of documents containing many Path geometries leads to OutOfMemoryException due to many created InherentProperty and delegate instances.
Unplanned
Last Updated: 30 Jul 2021 13:04 by ADMIN
While scrolling a document containing many Link annotations there is a decrease in the performance.
Completed
Last Updated: 09 Jul 2021 06:37 by ADMIN
Release LIB 2021.2.712 (12 Jul 2021)

Handle import of documents containing Simple fonts with names of entries in the Encoding`s Differences that are not part of the Adobe Glyph List.

According to the PDF Specification (9.10.2 Mapping Character Codes to Unicode Values) if the name is not part of the list: If these methods fail to produce a Unicode value, there is no way to determine what the character code represents.