NullReferenceException when the document annotations are imported.
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.
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.
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.
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.
"Ñ" symbol is either rendered as a square, or it is not rendered at all.
Include Marquee Zoom as tool.
Include support for layers
1. Load file which is signed with digital signature 2. Scroll to the end of document - you will see that the signature is not visible.
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.