Completed
Last Updated: 18 Oct 2023 08:32 by ADMIN
Release LIB 2023.3.1023 (23 Oct 2023)
PdfViewer: The document remains locked when using bound PdfDocumentSource and ReadOnDemand even if it is changed.
Completed
Last Updated: 01 Sep 2023 13:31 by ADMIN
Release LIB 2023.2.904 (4 Sep 2023)
NullReferenceException when searching for a bookmark that does not have a destination.
Completed
Last Updated: 28 Aug 2023 08:22 by ADMIN
Release LIB 2023.2.904 (4 Sep 2023)
"FixedDocumentViewers_NavigationPane_Bookmarks" localization string is not present for the Italian language. 
Completed
Last Updated: 16 Aug 2023 08:32 by ADMIN
Release LIB 2023.2.821 (21 Aug 2023)
NullreferenceException when searching for a bookmark that does not point to a specific page.
Completed
Last Updated: 09 Aug 2023 07:26 by ADMIN
Release LIB 2023.2.821 (21 Aug 2023)
When loading a document with no Encoding set and containing MicrosoftNonSymbolicGlyph an exception is thrown and the content is not loaded successfully: System.NullReferenceException: 'Object reference not set to an instance of an object.'
Completed
Last Updated: 09 Aug 2023 06:59 by ADMIN
Release LIB 2023.2.821 (21 Aug 2023)
Created by: Jacek
Comments: 0
Category: PDFViewer
Type: Bug Report
1
Border width is incorrect with some documents.
Completed
Last Updated: 08 Aug 2023 06:09 by ADMIN
Release LIB 2023.2.821 (21 Aug 2023)

The CurrentPageTextBox in the toolbar has stopped displaying in the latest version.

Workaround: 

<telerik:CurrentPageTextBox x:Name="PART_CurrentPageNumberTextBox" 
                            HorizontalContentAlignment="Center" 
                            Margin="2" Text="{Binding FixedDocumentViewer.CurrentPageNumber, Mode=TwoWay}"
                            VerticalContentAlignment="Center" Width="45" 
                            telerik:StyleManager.Theme="Office_Black"/>

Completed
Last Updated: 26 Jun 2023 12:00 by ADMIN
Release LIB 2023.2.703 (03 Jul 2023)
DivideByZeroException in ParallelContentElementsPainter when loading a scanned file.
Completed
Last Updated: 31 May 2023 06:57 by ADMIN
Release LIB 2023.1.612 (12 Jun 2023)

The glyphs are rendered with additional unexpected lines when a specific custom CFF font is used to show them.

Completed
Last Updated: 08 May 2023 14:33 by ADMIN
Release R2 2023
An exception is thrown when importing documents with no page contents but only AcroForms.
Completed
Last Updated: 07 Apr 2023 08:46 by ADMIN
Release LIB 2023.1.407 (07 Apr 2023)
For some TrueType fonts, the spaces are displayed as rectangles.
Completed
Last Updated: 07 Apr 2023 08:46 by ADMIN
Release LIB 2023.1.407 (07 Apr 2023)
Loading specific documents leads to mispositioned and/or missing text content.
Completed
Last Updated: 10 Jul 2023 09:57 by ADMIN
Release R2 2023 SP1

The thinnest line thickness is thinner than in Adobe and it is not scaled according to the scale factor.

Observed:

 

Completed
Last Updated: 27 Mar 2023 11:41 by ADMIN
Release LIB 2023.1.327 (27 Mar 2023)
Created by: Frank
Comments: 2
Category: PDFViewer
Type: Bug Report
5
No images are shown when opening a file.
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: 11 Apr 2023 07:13 by ADMIN
 Image is lost on import/export specific documens.
Completed
Last Updated: 27 Mar 2023 11:40 by ADMIN
Release LIB 2023.1.327 (27 Mar 2023)
A file shows blank pages with the latest version. Works with R3 2022.
Completed
Last Updated: 08 Feb 2023 14:28 by ADMIN
Release LIB 2023.1.220 (20 Feb 2023)
Completed
Last Updated: 08 May 2023 13:53 by ADMIN
Release R2 2023

When Windows11Theme is applied before the PdfViewer is initialized the CurrentPageTextBox is not loaded successfully.

Workaround: Set the ApplicationTheme after the InitializeComponent method:

public MainWindow()
{
	InitializeComponent();

	StyleManager.ApplicationTheme = new Windows11Theme();
}

 

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).
1 2 3 4 5 6