To reproduce: Open a pdf document which contains a table where some of the lines have dashed style.
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
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
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.
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)
To reproduce: When document that contain a specific formatting is imported there is some missing text.
radPdfViewer1.PdfViewerElement.Find("keyword", PageNumber); Resolution: You can use the following code snippet: radPdfViewer1.PdfViewerElement.Find(string text, int pageNumber)
Description: Single Page View Displays one page at a time, with no portion on other pages visible.
Add the ability to recognize if the document is in portrait or landscape mode when printing.
To reproduce: - Open the attached file with RadPdfViewer.
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.
There is no workaround for this issue.
FIX. RadPdfView - dragging RadPdfViewer to a form does not include the TelerikCommon assembly
To reproduce: When load the document, the text from file is not visible
PdfViewer throws a "Position is out of range" exception when scroll.
PdfViewer - does not arrange correctly the layout of some pages.
PdfViewer - throws NullReferenceException in GetPages method of PdfContentManager.
PdfViewer - throws System.OutOfMemoryException in PdfElementsRenderer.RenderImage when the scroll is moving fast.
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.