Duplicated
Last Updated: 23 Mar 2023 17:29 by ADMIN
A specific file cannot be printed with the new engine
Completed
Last Updated: 14 Mar 2023 07:38 by ADMIN
Release R1 2023 SP1
Created by: Martin
Comments: 2
Category: PDFViewer
Type: Bug Report
1

A regression in Glyphs rendering:

 

Completed
Last Updated: 06 Mar 2023 11:40 by ADMIN
Release R1 2023 SP1
When an image is actually consisting of sequence of smaller images, sometimes white lines appear between the smaller images.
Completed
Last Updated: 24 Feb 2023 14:34 by ADMIN
Release R1 2023 SP1
GetSubr method of Top class throws an exception when Private property is null.
Completed
Last Updated: 14 Feb 2023 06:36 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
The issue is reproducible only for some specific font files. The characters are displayed as rectangles. This seems to caused by incorrect glyph name and glyph id mapping.
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: 13 Feb 2023 15:52 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
Scanned image is not visible with the new engine  
Completed
Last Updated: 13 Feb 2023 15:36 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
When the imported document contains font with embedded CMapFormat0Table an exception is thrown.
Completed
Last Updated: 08 Feb 2023 14:28 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
Unplanned
Last Updated: 08 Feb 2023 08:25 by Dimitar
PDF form with multiline textbox - after flattening all text is not visible
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.
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'.'

Completed
Last Updated: 02 Feb 2023 09:39 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
In the PDF document model, the Annotation appearances refer to an external resource using the Resources dictionary. When the Resources dictionary is defined as an Indirect Object an 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.Elements.DocumentStructure.PdfResource'.', is thrown.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
When specific culture is set (e.g. Hebrew but not only) in a project targeting .NET 5 (or later), some documents are not rendered correctly (rendered as blank pages).
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
When a ToUnicode CMap is defined for Simple Font (TrueType or Type1 font) which maps font character codes to two or more Unicode character values, the extracted text should contain the whole set of characters defined in the mappings. The current implementation of RadPdfViewer takes the first character specified in the ToUnicode mapping which leads to missing characters.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
This exception seems to be related to AES algorithm PaddingMode property. 
Unplanned
Last Updated: 10 Jan 2023 09:02 by Martin

When making changes to Form fields then flattening them and invoking the viewer`s Save method an exception is thrown: System.Collections.Generic.KeyNotFoundException: 'The given key was not present in the dictionary.'

Code to reproduce the issue:

this.pdfViewer.Document.AcroForm.FlattenFormFields();

using (Stream output = File.OpenWrite("Exported.pdf"))
{
	this.pdfViewer.Save(output);
}
Workaround: Export the document using the PdfFormatProvider:
this.pdfViewer.Document.AcroForm.FlattenFormFields();

using (Stream output = File.OpenWrite("Exported.pdf"))
{
	PdfFormatProvider provider = new PdfFormatProvider();
	provider.Export(this.pdfViewer.Document, output);
}

Completed
Last Updated: 31 Oct 2022 13:54 by ADMIN
Release R3 2022 SP1
The width height of the tilling drawing is not converted correctly which leads to exception
Unplanned
Last Updated: 29 Sep 2022 10:57 by Brian
Created by: Brian
Comments: 0
Category: PDFViewer
Type: Bug Report
0
Some images with SMask applied are not rendered in the viewer.

Unplanned
Last Updated: 27 Sep 2022 07:30 by Hartmut
When the page is rotated the Stamp annotation is not rendered correctly: