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" (č).

Unplanned
Last Updated: 16 Jun 2021 05:05 by ADMIN
The document seems empty when loaded in the viewer.
Unplanned
Last Updated: 10 Feb 2022 11:03 by ADMIN
Allow passing specific pages (e.g. "1, 4, 6") and more than one page range (e.g. "1-3, 6-7") to the print dialog`s Pages page range.
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: 02 Jun 2021 14:58 by ADMIN

Inserting PNG ImageSource into a document and applying the document instance directly to the RadPdfViewer`s Document property (without exporting to stream) leads to a wrong image rendering.

Workaround: Export the document with the PdfFormatProvider:

MemoryStream ms = new MemoryStream();
PdfFormatProvider pdfFormatProvider = new PdfFormatProvider();
pdfFormatProvider.Export(radFixedDocument, ms);

PdfDocumentSource source = new PdfDocumentSource(ms, pdfViewer.DefaultImportSettings);
this.pdfViewer.DocumentSource = source;

Completed
Last Updated: 14 Jun 2021 11:58 by ADMIN
Release R2 2021 SP1

The object definitions are split into several lines:

Unplanned
Last Updated: 26 May 2021 10:31 by ADMIN
When executing a Find command in Fit to Width scrolling mode (when more than one page and the result is on the next page) the search result is shown on the bottom of the page instead of the page being centered according to the content found, which results in the number of the current page as well (check the attached image). 
Unplanned
Last Updated: 26 May 2021 06:35 by ADMIN

Creating a PdfViewer instance without adding it in the visual tree, leads to leaked document presenter instances when the TouchManager is enabled.

Workaround: Disable the TouchManager:

Telerik.Windows.Input.Touch.TouchManager.IsEnabled = false;

Unplanned
Last Updated: 03 May 2021 08:35 by ADMIN
The editor text is not visible with some themes. Implement an event that allows you to access the active editor and change its properties. 
Unplanned
Last Updated: 21 Apr 2021 07:04 by ADMIN

Currently, the PdfProcessing document model is providing support only for a single function in the Function entry.

According to the PDF Specification: Function: A 1-in, n-out function or an array of n 1-in, 1-out functions.


Unplanned
Last Updated: 20 Apr 2021 13:03 by ADMIN
When the document contains an invalid code space range in the embedded CMap table the CMap table is not correctly imported, which leads to wrong character mapping in the text selection.
Unplanned
Last Updated: 16 Apr 2021 12:04 by ADMIN
Exception if pdf has different orientations and the thumbnails are used
Completed
Last Updated: 19 Apr 2021 10:56 by ADMIN
Release LIB 2021.1.419 (19/04/2021)
When the Text Rise ("Ts") operator is set the text baseline is moved in the opposite direction according to its default location.
BT 48 819.32 Td -16.6 Ts (Some text to display) Tj ET
Unplanned
Last Updated: 25 Mar 2021 07:55 by ADMIN

According to the PDF specification (Adobe® Portable Document Format Version 1.7):
Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions width and height in user space.

The operation: 

x y width height re

An invalid case:

0 - 595 -842 re

This leads to an exception thrown: System.NullReferenceException: 'Object reference not set to an instance of an object.'

Completed
Last Updated: 03 May 2021 07:15 by ADMIN
Release LIB 2021.1.329 (29/3/2021)
Invalid character rendering due to the glyphs caching.