Completed
Last Updated: 21 Jun 2018 14:41 by ADMIN
To reproduce:
Open a document that has highlighted areas.
Completed
Last Updated: 27 Mar 2018 11:49 by Dimitar
Completed
Last Updated: 13 Dec 2021 15:16 by ADMIN
Release R3 2021
This is not a valid PDF scenario as having appearance state requires having multi-state appearances. However, we should handle this invalid document scenario on our side so that the app does not crash with NullReferenceException.
Completed
Last Updated: 03 Nov 2017 09:23 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
2
Load a file in RadPdfViewer, select some of the text, right click and select Copy. A sample pdf file is attached.
Completed
Last Updated: 03 Jul 2017 12:55 by ADMIN
This dialog appears when one is clicking the signature field in the document. 
Completed
Last Updated: 23 May 2019 13:19 by ADMIN
Release R2 2019 SP1 (LIB 2019.2.527)
Please refer to the attached gif file and sample project. When you hide the overflow button with the first pixel, although it is indicated as Visible, it is actually not shown.

Workaround: Timer timer = new Timer();

private void commandBarStrip_ItemOverflowed(object sender, EventArgs e)
{
    timer.Interval = 100;
    timer.Tick += timer_Tick;
    timer.Start();

}

private void timer_Tick(object sender, EventArgs e)
{
    timer.Tick -= timer_Tick;
    var commandBarStrip = this.radPdfViewerNavigator1.CommandBarElement.Rows[0].Strips[0];
    commandBarStrip.OverflowButton.Visibility = ElementVisibility.Visible;
    timer.Stop();
}
Completed
Last Updated: 05 Jun 2018 12:50 by Dimitar
 Currently, the first document is loaded. 

Workaround:
Wait for the document to load before loading the new document. 
Completed
Last Updated: 15 Aug 2017 10:54 by ADMIN
The events should provide information as to when a page is about to be rendered and when it is displayed in the control.
Completed
Last Updated: 19 Jun 2017 12:21 by ADMIN
Completed
Last Updated: 19 Jun 2017 12:20 by ADMIN
Completed
Last Updated: 15 Aug 2017 10:28 by ADMIN
Completed
Last Updated: 13 Dec 2021 15:29 by ADMIN
Release R3 2021
When there is no ToUnicode CMap, the text from the Simple Font instance should be extracted by mapping the glyph name to its corresponding charcode according to Adobe Glyph List. Additionally, the Differences array should be included in these calculations when there is custom encoding. The current implementation of RadPdfViewer makes ToString to the original char id byte value which leads to wrong characters. 
Completed
Last Updated: 07 Jun 2023 10:39 by ADMIN
Release R2 2023 (2023.2.606)
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Feature Request
1
According to PDF format specification, there are three valid encoding name values (MacRomanEncoding, MacExpertEncoding and WinAnsiEncoding). There are documents that instead of skipping the optional Encoding property, are writing invalid /NULL name value in the font dictionary. Currently, in this invalid document scenario RadPdfViewer throws and catches Exception and this results in missing text content. 

We may handle this invalid document scenario by ignoring the invalid Encoding value.
Completed
Last Updated: 15 Aug 2017 10:28 by ADMIN
How to reproduce: check the attached project

Workaround: manually unload the document before disposing the control, the attached project includes a solution
Completed
Last Updated: 15 Aug 2017 10:28 by ADMIN
Completed
Last Updated: 16 Jan 2017 13:26 by ADMIN
How to reproduce: check the attached video
a slight cut off can also be observed with the ControlDefault and the TelerikMetro themes

Workaround: 
CommandBarDropDownList dropDownList = this.radPdfViewerNavigator1.CommandBarElement.FindDescendant<CommandBarDropDownList>();
dropDownList.MinSize = new Size(72, 22);
Completed
Last Updated: 13 Dec 2021 10:48 by ADMIN
Release R2 2020
Completed
Last Updated: 04 Jan 2017 15:01 by ADMIN
Completed
Last Updated: 20 Oct 2016 15:47 by ADMIN
To reproduce:
Print the attached document with the MS Xps printer or PrimoPDF.