Completed
Last Updated: 24 Jul 2015 07:35 by ADMIN
Declined
Last Updated: 16 Jun 2015 13:22 by ADMIN
PdfViewer - throws NullReferenceException in GetPages method of PdfContentManager.
Completed
Last Updated: 03 Jun 2015 13:07 by ADMIN
To reproduce:
- Just show and close a form that contains pdf viewer with a loaded document several times. 
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: 21 Apr 2015 14:31 by ADMIN
ADD. RadPdfViewer - add ability to show the document pages as thumbnails
Declined
Last Updated: 09 Apr 2015 12:59 by ADMIN
Created by: Mauro Pederzolli
Comments: 1
Category: PdfViewer
Type: Feature Request
3
Add rotate view button.
Completed
Last Updated: 31 Mar 2015 16:24 by ADMIN
To reproduce: 
1. Drag and drop RadPdfViewer and RadPdfViewerNavigator
2. Load attached file from ticket
3. Click PrintPreview button from navigator and you will see that NullRefference exception is thrown. 

Workaround: 
You can set the ShowPrintPreview property to false of RadPrintViewNavigator
this.radPdfViewerNavigator1.ShowPrintPreview = false;
Completed
Last Updated: 26 Mar 2015 16:13 by ADMIN
NullReferenceException when the document annotations are imported.
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: 27 Feb 2015 16:50 by ADMIN
To reproduce:
When document that contain a specific formatting is imported there is some missing text.
Declined
Last Updated: 27 Feb 2015 16:25 by ADMIN
PdfViewer - does not arrange correctly the layout of some pages.
Declined
Last Updated: 27 Feb 2015 14:27 by ADMIN
Completed
Last Updated: 18 Feb 2015 14:43 by ADMIN
If the document is using fonts that are not embedded and are not installed on client machine the text is not displayed.
 
Declined
Last Updated: 02 Dec 2014 11:11 by ADMIN
Created by: Fabian
Comments: 1
Category: PdfViewer
Type: Feature Request
1

			
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: 30 Nov 2014 20:46 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
1
"Ñ" symbol is either rendered as a square, or it is not rendered at all.
Completed
Last Updated: 28 Nov 2014 06:40 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Feature Request
0

			
Completed
Last Updated: 18 Nov 2014 09:34 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
0
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.
Completed
Last Updated: 13 Nov 2014 07:52 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Bug Report
0

			
Completed
Last Updated: 24 Oct 2014 15:54 by ADMIN
To reproduce:
- Open the attached file with RadPdfViewer.