Completed
Last Updated: 25 Feb 2013 08:52 by Svetlin
The RadPdfViewer does not show text when pdf document is loaded.
Completed
Last Updated: 05 Jun 2014 07:07 by Jesse Dyck
RadPdfViewer has problems displaying a PDF with text in front of an image.
Completed
Last Updated: 11 Jul 2014 05:18 by Jesse Dyck
The RadPdfViewer prints document in different margins than Adobe Reader.
Completed
Last Updated: 28 Aug 2014 11:30 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: PdfViewer
Type: Bug Report
7
RadPdfViewer shows the wrong colors for some pictures.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: PdfViewer
Type: Bug Report
6
The RadPDFViewer cannot dispose the current PDF document.
Completed
Last Updated: 23 May 2014 09:41 by ADMIN
RadPdfViewer does not show text when pdf document is loaded.All pages are black.
Completed
Last Updated: 29 Jul 2014 15:16 by ADMIN
Use the document from the ticket in order to reproduce the issue.
Completed
Last Updated: 25 Feb 2013 10:59 by ADMIN
Try to open a document that contains type 1 fonts.
Completed
Last Updated: 20 Oct 2014 11:59 by Svetlin
When you zoom the RadPdfViewer programatically when scrolling position is changed to another page.
Completed
Last Updated: 30 Nov 2014 22:00 by ADMIN
1. Create a new project with RadPdfViewer. 

2. Try to load the pdf file from this ticket.
Completed
Last Updated: 16 Nov 2015 13:48 by ADMIN
Completed
Last Updated: 18 Jul 2023 14:26 by ADMIN
Release R2 2023 SP1
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: PdfViewer
Type: Bug Report
4
Handled InvalidDataException occurs while Zip Library tries to decompress wrongly decrypted stream.
Completed
Last Updated: 28 May 2015 13:30 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Bug Report
3
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
Completed
Last Updated: 13 Dec 2021 11:45 by ADMIN
Release R3 2020
The CID font may define a description of the glyph widths. By specification, the widths can be defined in two ways - with start and end CID codes or with and an array of CID codes. However, the current implementation supports only CID arrays as direct property and not as an indirect object. This leads to incorrectly imported glyph widths and text positioning issues.
Completed
Last Updated: 26 Oct 2015 15:35 by ADMIN
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.
Completed
Last Updated: 27 Mar 2018 11:49 by Dimitar
Completed
Last Updated: 18 Jul 2023 14:26 by ADMIN
Release R2 2023 SP1
Completed
Last Updated: 15 Jan 2018 08:42 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: PdfViewer
Type: Bug Report
2
There is opportunity to further optimize the caching mechanism of the image sources, which will reduce the memory consumption. The fast scrolling in a document containing big images could lead to an OutOfMemoryException.
Openining very large images as well. 
Completed
Last Updated: 13 Mar 2015 12:07 by ADMIN
The RadPdfViewer throws ArgumentOutOfRangeException, when document is loaded.

Resolution: 
An exception message is shown when load the pdf document which contains unsupported encryption method. 
Completed
Last Updated: 22 Aug 2014 10:42 by Leonardo
PdfViewer - throws System.OutOfMemoryException in PdfElementsRenderer.RenderImage when the scroll is moving fast.
1 2 3 4 5 6