Declined
Last Updated: 16 Jun 2015 13:22 by ADMIN
PdfViewer - throws NullReferenceException in GetPages method of PdfContentManager.
Completed
Last Updated: 24 Jul 2014 08:22 by ADMIN
ADMIN
Created by: Paul
Comments: 0
Category: PdfViewer
Type: Bug Report
1
When you open a PDF file with the Rad PDF reader the header of the file is not being dispalyed. Only the body gets displayed.
Completed
Last Updated: 24 Oct 2014 15:54 by ADMIN
To reproduce:
- Open the attached file with RadPdfViewer.
Completed
Last Updated: 24 Oct 2014 15:51 by ADMIN
To reproduce:
-add RadPDFViewer and load a document that has an image for the background and some text over it. As a result RadPDFViewer does not render correctly the file.
Completed
Last Updated: 20 Oct 2014 11:50 by ADMIN
radPdfViewer1.PdfViewerElement.Find("keyword", PageNumber);

Resolution: 
You can use the following code snippet: 
radPdfViewer1.PdfViewerElement.Find(string text, int pageNumber)
Declined
Last Updated: 20 Oct 2014 14:44 by ADMIN
To reproduce:

On a button click call the following method:

newPdfViewer.Print(True)

When the dialog opens click the Print button, without interacting with another component. You will notice that there will be no effect from your click. Click second time, you can now click.

Resolution: 

This is not with RadPdfView issue since the dialog is Windows dialog

For more information please refer to:

http://social.msdn.microsoft.com/Forums/windows/en-US/681a50b4-4ae3-407a-a747-87fb3eb427fd/first-mouse-click-after-showdialog-hits-the-parent-form?forum=winforms

http://stackoverflow.com/questions/2648977/c-sharp-windows-forms-print-dialog-box-click-ok-twice-to-respond
Completed
Last Updated: 10 Jul 2014 13:24 by ADMIN
To reproduce:
Open a pdf document which contains a table where some of the lines have dashed style.
Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
Created by: Brian
Comments: 3
Category: PdfViewer
Type: Feature Request
1
Include Marquee Zoom as tool.
Completed
Last Updated: 30 Nov 2014 20:46 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
1
"Ñ" symbol is either rendered as a square, or it is not rendered at all.
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.
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.
Declined
Last Updated: 02 Dec 2014 11:11 by ADMIN
Created by: Fabian
Comments: 1
Category: PdfViewer
Type: Feature Request
1

			
Declined
Last Updated: 27 Feb 2015 14:27 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

			
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:02 by ADMIN
Completed
Last Updated: 24 Jul 2015 07:35 by ADMIN
Completed
Last Updated: 05 Aug 2015 13:20 by ADMIN
Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
Completed
Last Updated: 09 Jan 2017 13:41 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: PdfViewer
Type: Bug Report
1