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.
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: 04 Jan 2024 11:12 by ADMIN

A password is asked although Adobe opens the document without one when the document is encrypted with "Encryption of data using the RC4 or AES algorithms with a file encryption key length of 40 bits." - Version 1 (V 1) Revision 2 (R 2).

Similar cases (V1 R3 and V2 R3) are handled in the following item: PdfViewer: A password is asked although Adobe opens the document without one.

Completed
Last Updated: 27 Jun 2023 14:51 by ADMIN
Release R2 2023 SP1
Some Chinese characters cannot be found in s a specific Cmap.
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: 03 Feb 2023 08:37 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Field values are lost on import-export using the PdfFormatProvider.
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.

Unplanned
Last Updated: 28 Jun 2021 13:03 by ADMIN

When importing a document containing a single associated widget annotation merged into the field dictionary the field is skipped on import and an exception is thrown.

According to the PDF Specification: Field Dictionaries: Kids:

An array of indirect references to the immediate children of this field.
In a non-terminal field, the Kids array is required to refer to field dictionaries that are immediate descendants of this field. In a terminal field, the Kids array ordinarily must refer to one or more separate widget annotations that are associated with this field. However, if there is only one associated widget annotation, and its contents have been merged into the field dictionary, Kids must be omitted.

Unplanned
Last Updated: 28 Jun 2021 07:14 by ADMIN

There are missing characters when importing documents containing Standard fonts with a Differences array defined in the Encoding, which contains characters that do not fit in the first 255 glyph definitions in the font. Most of these characters are the ones with an accent such as "ccaron" (č).