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.
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: 25 Jul 2014 09:44 by ADMIN
To reproduce:

On a button click call the following method:

radPdfViewer.Print(true);

Select the CurrentPage radio button in the showed dialog and click print. You will see the IndexOutOfRange exception.



Workaround:

When the dialog opens select the Pages radio button and and type in the page you want to print
Declined
Last Updated: 01 Sep 2015 10:10 by ADMIN
To reproduce:
Open the attached document. You will see that it will be rendered blank due to the NotSupportedException

Resolution: 
This is an unsupported font from our engine. In debug the SL PDF also throw this exception, since the engine does not support this font type. WinForms PDF rendered this documents with delay.
Completed
Last Updated: 01 Oct 2014 13:13 by ADMIN
Completed
Last Updated: 21 Aug 2014 14:03 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Bug Report
0
System.InvalidOperationException: This method is not supported.
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.DocumentModel.Core.ColorSpaces.ColorSpace.GetPixels(XImage image, Byte[] data)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.DocumentModel.Core.XObjects.XImage.GetRegularPixels(XImage image, Byte[] data)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.DocumentModel.Core.XObjects.XImage.CreateImageSource(Byte[] data)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfReader.PdfResourceManager.GetGlobalImageSource(ResourceKey key)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfReader.PdfResourceManager.GetImageSource(ResourceKey key)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider.GetImageSource(ResourceKey key)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.PdfFormatProvider.GetImageSource(Image image)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawImage(Image image, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContentElement(IContentElement contentElement, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContainer(Container container, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContentElement(IContentElement contentElement, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContainer(Container container, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContentElement(IContentElement contentElement, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContainer(Container container, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawContentElement(IContentElement contentElement, Graphics graphics)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawPage(ContentCollection content, Graphics graphics, Matrix pageTransform)
   at Telerik.WinControls.UI.RadFixedPageElement.pageRenderer_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Completed
Last Updated: 27 Feb 2015 16:50 by ADMIN
To reproduce:
When document that contain a specific formatting is imported there is some missing text.
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: 22 Aug 2014 13:25 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 1
Category: PdfViewer
Type: Feature Request
0
Description: Single Page View Displays one page at a time, with no portion on other pages visible.
Completed
Last Updated: 13 Mar 2014 09:15 by ADMIN
Add the ability to recognize if the document is in portrait or landscape mode when printing.
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: 17 Oct 2014 10:10 by ADMIN
There is no workaround for this issue.
Completed
Last Updated: 02 Sep 2013 07:09 by ADMIN
FIX. RadPdfView - dragging RadPdfViewer to a form does not include the TelerikCommon assembly
Completed
Last Updated: 19 Jun 2014 11:11 by ADMIN
To reproduce: When load the document, the text from file is not visible
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
PdfViewer throws a "Position is out of range" exception when scroll.
Declined
Last Updated: 27 Feb 2015 16:25 by ADMIN
PdfViewer - does not arrange correctly the layout of some pages.
Declined
Last Updated: 16 Jun 2015 13:22 by ADMIN
PdfViewer - throws NullReferenceException in GetPages method of PdfContentManager.
Completed
Last Updated: 22 Aug 2014 10:42 by Leonardo
PdfViewer - throws System.OutOfMemoryException in PdfElementsRenderer.RenderImage when the scroll is moving fast.
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.