Unplanned
Last Updated: 23 Mar 2022 07:23 by Joseph
The image quality is poor when rendering large images.
Completed
Last Updated: 08 Apr 2022 07:29 by ADMIN
Release LIB 2022.1.411 (11 Apr 2022)
Created by: Bjarke
Comments: 0
Category: PDFViewer
Type: Bug Report
0
The leak is reproducible when printing documents without UI and results in multiple instances of DocumentPrintPresenter kept alive in the memory.
Unplanned
Last Updated: 22 Feb 2022 11:44 by Vojtech
PDFViewer crashes, when used on a tablet, Text selection is activated and text is selected in Touch mode.
Unplanned
Last Updated: 27 Mar 2023 13:52 by ADMIN

Observed when loading a document: 

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).
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.

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.
Completed
Last Updated: 13 Feb 2023 15:52 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
Scanned image is not visible with the new engine  
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.
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: 02 Feb 2023 11:18 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)

The rendering of the image is not fully parsed and the next attribute cannot be properly read. 

System.InvalidCastException: 'Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfArray' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt'.'

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: 26 Jun 2023 12:15 by ADMIN
Release LIB 2023.2.703 (03 Jul 2023)

When the first symbol in the text string array is empty the text translation is not taken into account.

/f-0-1 1 Tf
[<>-3775<0006>15<000700080002>15<0009>]TJ

This leads to a letter misplacement (too far from each other or overlapping each other).

Completed
Last Updated: 13 Feb 2023 15:55 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
Some Image XObjects are imported but not displayed in PdfViewer.

It seems all the documents contain scanned images produced by a Lexmark scanner.
Completed
Last Updated: 20 Sep 2021 08:59 by ADMIN
Release LIB 2021.3.920 (20 Sep 2021)
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: 08 May 2023 16:19 by ADMIN
Release R2 2023
The glyphs are rendered with additional unexpected lines when a specific custom Type 1 font is used to show them.