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.
FIX. RadPdfViewer - add option for unloading documents. Make sure that manipulating with the file is possible after being unloaded.
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.
ADD. RadPdfViewer - add ability to show the document pages as thumbnails
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.
RadPdfViewer can not display annotated PDF file Kindly,i used VintaSoft SDk to Annotate PDF File, File is annotated successfully and i can open it with Adobe Reader and see annotations is added to it but while i try to view annotated PDF file using RadPDFViewer File will displayed without annotations ,only original content displayed. Kindly find my attached AnnotatedPDFfile To be loaded in RadPDfViewer
Watermark does not look correctly and the page margins are not valid for the very small paper sizes.
This issue can be observed when the text is too big to fit in cell.
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
Include support for layers