Completed
Last Updated: 18 Jul 2023 14:26 by ADMIN
Release R2 2023 SP1
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: PdfViewer
Type: Bug Report
4
Handled InvalidDataException occurs while Zip Library tries to decompress wrongly decrypted stream.
Completed
Last Updated: 14 Sep 2021 06:56 by ADMIN
ADMIN
Created by: Stefan
Comments: 10
Category: PdfViewer
Type: Feature Request
18
Import documents that use this type of encryption. Currently, a handled NotSupportedEncryptionException with message "The encryption method with code 5 is not supported." is thrown while importing such a document.
Completed
Last Updated: 14 Apr 2016 12:21 by ADMIN
Workaround: subscribe the RadPdfViewer control to the ViewerModeChanged event and in the handler, if the viewer mode is set to Pan, call the HideCaret method of the PdfViewerElement
private void radPdfViewer1_ViewerModeChanged(object sender, EventArgs e)
{
    if (this.radPdfViewer1.ViewerMode == Telerik.WinControls.UI.FixedDocumentViewerMode.Pan)
    {
        this.radPdfViewer1.PdfViewerElement.HideCaret();
    }
}


Unplanned
Last Updated: 30 Mar 2016 10:04 by ADMIN
Workaround: update manually the RadPdfViewerNavigator.CurrentPageTextBox.
Unplanned
Last Updated: 30 Mar 2016 09:48 by ADMIN
Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Feature Request
1

			
Declined
Last Updated: 27 Feb 2015 14:27 by ADMIN
Completed
Last Updated: 18 Feb 2015 14:43 by ADMIN
If the document is using fonts that are not embedded and are not installed on client machine the text is not displayed.
 
Completed
Last Updated: 31 Mar 2015 16:24 by ADMIN
To reproduce: 
1. Drag and drop RadPdfViewer and RadPdfViewerNavigator
2. Load attached file from ticket
3. Click PrintPreview button from navigator and you will see that NullRefference exception is thrown. 

Workaround: 
You can set the ShowPrintPreview property to false of RadPrintViewNavigator
this.radPdfViewerNavigator1.ShowPrintPreview = false;
Completed
Last Updated: 16 Nov 2015 13:48 by ADMIN
Completed
Last Updated: 25 Feb 2016 11:16 by ADMIN
Declined
Last Updated: 02 Dec 2014 11:11 by ADMIN
Created by: Fabian
Comments: 1
Category: PdfViewer
Type: Feature Request
1

			
Completed
Last Updated: 26 Mar 2015 16:13 by ADMIN
NullReferenceException when the document annotations are imported.
Completed
Last Updated: 13 Jul 2018 08:27 by Samantha
ADMIN
Created by: Stefan
Comments: 3
Category: PdfViewer
Type: Feature Request
10

			
Unplanned
Last Updated: 30 Mar 2016 09:43 by ADMIN
Download the attached pdf document and open it with RadPDfViewer and Adobe Reader. You will see that our viewer renders it with the black and white colors inverted.
Completed
Last Updated: 13 Nov 2014 07:52 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Bug Report
0

			
Completed
Last Updated: 18 Nov 2014 09:34 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
0
To reproduce:
1.Load a document
2.Click the print button on the RadPdfViewerNavigator

Please refer to the attached gif file. The sample pdf file is attached as well.
Completed
Last Updated: 26 Oct 2015 15:35 by ADMIN
Open large file in RadPDFViewer. Navigate from page 70 to page 250 or enter number by hand and you will notice that the page is opened slowly.
Unplanned
Last Updated: 21 Oct 2016 09:30 by ADMIN
Loading a page with large images (e.g. 2 JPEG images 2500x3500 each) takes a lot of time. The majority of the time is spent in decoding the images.