The RadPdfViewer does not show text when pdf document is loaded.
RadPdfViewer has problems displaying a PDF with text in front of an image.
FIX. When printing a document using the PrintDocument Control, an 5mm Margin is added to the Top and Left. Resolution: The most of printers set bigger margins in left and top. You can set the Margins of RadPrintDocument to 0.
The RadPdfViewer prints document in different margins than Adobe Reader.
The RadPdfViewer throws ArgumentNullException when loading pdf file. - "Value cannot be null.Parameter name: page"
RadPdfViewer shows the wrong colors for some pictures.
When a PDF document contains images compressed with CCITTFaxDecode with applied BlackIs1 parameter, black color is visualized as white and white as black.
The RadPDFViewer cannot dispose the current PDF document.
RadPdfViewer does not show text when pdf document is loaded.All pages are black.
Use the document from the ticket in order to reproduce the issue.
Try to open a document that contains type 1 fonts.
Currently, Tab selects the next control. Attached is sample PDF document.
When an image is actually consisting of a sequence of smaller images, sometimes white lines appear between the smaller images.
When clicking on link annotations pointing to destinations in the document, and the "Fit one full page to window" mode is activated, the document is not scrolled exactly to the destination. The issue can be reproduced only in Single Page Presenter mode and when the Top and Left values of the passed parameter are greater than 0. The problem can also be observed by invoking directly GoToDestination method, as the problem is inside it.
When you zoom the RadPdfViewer programatically when scrolling position is changed to another page.
1. Create a new project with RadPdfViewer. 2. Try to load the pdf file from this ticket.
Handled InvalidDataException occurs while Zip Library tries to decompress wrongly decrypted stream.
Watermark does not look correctly and the page margins are not valid for the very small paper sizes.
To reproduce: - Load a pdf file at the constructor and try to load another pdf file on Form.Load => the result is that the second pdf is not loaded. public Form1() { InitializeComponent(); radPdfViewer1.LoadDocument("..\\..\\pdfSample.pdf"); } private void Form1_Load(object sender, EventArgs e) { radPdfViewer1.LoadDocument("..\\..\\test.pdf"); } Workaround: unload the first loaded document prior loading the second one