Unplanned
Last Updated: 12 Jun 2018 13:31 by ADMIN
This exception seems to be related to AES algorithm PaddingMode property. 
Unplanned
Last Updated: 21 Aug 2019 08:47 by ADMIN
Unplanned
Last Updated: 21 Jun 2018 14:03 by ADMIN
Created by: Jérôme
Comments: 3
Category: PdfViewer
Type: Feature Request
0
Add a navigation pane to view attachments under a pdf. it is possible to have various attachments under a pdf file, such has another pdf. For example, when converting an email with attachments, the resulting pdf has attachments. 

RadPdfViewer has no possibility to view those right now. Could be an event and let the calling program manage this.

For our needs, I would like an event, because our attached files are also pdfs, so I could open them in a new tab
Unplanned
Last Updated: 31 Jan 2019 13:07 by Dimitar
ADMIN
Created by: Dimitar
Comments: 1
Category: PdfViewer
Type: Bug Report
6
Currently, Tab selects the next control.

Attached is sample PDF document. 
Unplanned
Last Updated: 21 Feb 2018 13:19 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: PdfViewer
Type: Feature Request
1
Overprinting is option in the GraphicState that allows combining colors when drawing one object above another object.  It is briefly described on page 284 and page 565 in PdfReference 1.7. However, the result of overprinting is device dependent and there are no strict instructions how the result should look like. This feature also includes support for the different blending modes.
Unplanned
Last Updated: 05 Jan 2018 14:25 by ADMIN
To reproduce: please run the attached sample project. If you reload the document, the horizontal scrollbar is not shown.

Workaround:
        public RadForm1()
        {
            InitializeComponent();

            this.radPdfViewer1.FitToWidth = false;
            this.radPdfViewer1.ViewerMode = Telerik.WinControls.UI.FixedDocumentViewerMode.None;
            this.radPdfViewer1.EnableThumbnails = false; 
            this.radPdfViewer1.DocumentLoaded += radPdfViewer1_DocumentLoaded;
            this.radPdfViewer1.LoadDocument(@"..\..\Go Air - Himanshe Ajeet Dubey - 17-01-2018 - Ranchi to Mumbai.pdf");
            Application.DoEvents();
        }

        private void radPdfViewer1_DocumentLoaded(object sender, EventArgs e)
        {
            Application.DoEvents();
            this.radPdfViewer1.FitToWidth = true;
        }
Unplanned
Last Updated: 06 Dec 2017 15:09 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Feature Request
3

			
Unplanned
Last Updated: 15 Aug 2017 10:08 by ADMIN
This functionality should be similar to the one provided by Adobe.
Unplanned
Last Updated: 14 Aug 2017 13:40 by ADMIN
Unplanned
Last Updated: 14 Aug 2017 13:07 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: PdfViewer
Type: Feature Request
2

			
Unplanned
Last Updated: 24 Oct 2017 12:58 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: PdfViewer
Type: Feature Request
1

			
Unplanned
Last Updated: 17 Oct 2016 06:04 by ADMIN
This is not quite a valid PDF file scenario according to PDF file specification. However, we may try handling it in order to show the correct number of pages. When the kid is of type Pages, it should be added to the pages traversal recursion only the first time it is met.

The observed issue is demonstrated in the attached image. 

Unplanned
Last Updated: 28 Apr 2017 12:16 by ADMIN
Unplanned
Last Updated: 24 Aug 2016 14:11 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Feature Request
3
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
Unplanned
Last Updated: 25 Aug 2016 05:42 by Mohammed
Created by: Mohammed
Comments: 2
Category: PdfViewer
Type: Feature Request
1
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
Unplanned
Last Updated: 21 Oct 2016 09:31 by ADMIN
Workaround: 

public Form1()
{
    InitializeComponent();

    string pdfFilePath = Path.Combine(Application.StartupPath, "testfile1.pdf");
    radPdfViewer1.LoadDocument(pdfFilePath);

    this.radPdfViewer1.PdfViewerElement.VScrollBar.ValueChanged+=VScrollBar_ValueChanged;
}

private void VScrollBar_ValueChanged(object sender, EventArgs e)
{
    this.radPdfViewer1.PdfViewerElement.InvalidatePages();
}
Unplanned
Last Updated: 25 Oct 2016 06:56 by ADMIN
Unplanned
Last Updated: 04 May 2016 08:32 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Bug Report
2

			
Unplanned
Last Updated: 21 Sep 2018 06:36 by ADMIN
ADMIN
Created by: Dimitar
Comments: 2
Category: PdfViewer
Type: Feature Request
10