Completed
Last Updated: 03 Mar 2016 10:45 by ADMIN
Add two additional buttons in the RadPdfViewerNavigator like in Adobe Reader:
- The first one must fill the window with each page and scroll through pages continuously. 
- The second one must show one page at a time.

Completed
Last Updated: 11 Jan 2021 09:36 by ADMIN
Release R1 2021
ADMIN
Created by: Peter
Comments: 4
Category: PdfViewer
Type: Feature Request
23
A dictionary specifying any resources (such as fonts and images) required by the form XObject (see Section 3.7 from http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf
Completed
Last Updated: 03 May 2017 06:40 by ADMIN
ADMIN
Created by: Ralitsa
Comments: 10
Category: PdfViewer
Type: Feature Request
21
1. Load file which is signed with digital signature
2. Scroll to the end of document - you will see that the signature is not visible.  
Completed
Last Updated: 12 Oct 2017 06:36 by ADMIN
ADMIN
Created by: Nikolay
Comments: 7
Category: PdfViewer
Type: Feature Request
20
It will be a great addition of RadPdfViewer if it supports forms/controls.
Unplanned
Last Updated: 28 Sep 2018 11:24 by Jane
ADMIN
Created by: Stefan
Comments: 3
Category: PdfViewer
Type: Feature Request
20
Add UI for adding comments and ability to save them. Comments are represented in the document model as text annotations (annotations with Subtype Text). 
Completed
Last Updated: 14 Sep 2021 06:56 by ADMIN
ADMIN
Created by: Stefan
Comments: 10
Category: PdfViewer
Type: Feature Request
18
Import documents that use this type of encryption. Currently, a handled NotSupportedEncryptionException with message "The encryption method with code 5 is not supported." is thrown while importing such a document.
Completed
Last Updated: 26 Sep 2022 12:36 by ADMIN
Release R2 2022
ADMIN
Created by: Tanya
Comments: 2
Category: PdfViewer
Type: Feature Request
17

			
Completed
Last Updated: 13 Mar 2019 17:15 by ADMIN
Release 2018.3.1016
ADMIN
Created by: Stefan
Comments: 1
Category: PdfViewer
Type: Feature Request
16
Add bookmarks functionality
Unplanned
Last Updated: 11 Jun 2021 09:05 by ADMIN
Created by: Jan Brandenburger
Comments: 4
Category: PdfViewer
Type: Feature Request
15
An implementation of JPXDecoder should be created to allow the decompression of data encoded using the wavelet-based JPEG2000 standard.
Completed
Last Updated: 13 Jul 2018 08:27 by Samantha
ADMIN
Created by: Stefan
Comments: 3
Category: PdfViewer
Type: Feature Request
10

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

			
Unplanned
Last Updated: 15 Aug 2017 10:08 by ADMIN
This functionality should be similar to the one provided by Adobe.
Completed
Last Updated: 14 Dec 2016 12:22 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: PdfViewer
Type: Feature Request
8
It will be a nice addition to RadPdfViewer if it can export page thumbnails as an image.
Completed
Last Updated: 23 Nov 2016 12:39 by ADMIN
Add an option to save and/or email document. It is especially useful if a file stream is loaded into the viewer.

Currently, the following approach can be used: 
private Stream GetPdfStream()
{

Type documentType = this.radPdfViewer1.PdfViewerElement.Document.GetType();

FieldInfo internalDocumentField = documentType.GetField("internalDocument", BindingFlags.NonPublic | BindingFlags.Instance);

object internalDocumentValue = internalDocumentField.GetValue(this.radPdfViewer1.PdfViewerElement.Document);

FieldInfo formatProviderField = internalDocumentValue.GetType().GetField("formatProvider", BindingFlags.NonPublic | BindingFlags.Instance);

PdfFormatProvider formatProvder = formatProviderField.GetValue(internalDocumentValue) as PdfFormatProvider;

FieldInfo field = formatProvder.GetType().GetField("stream", BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.Instance);

Stream stream = field.GetValue(formatProvder) as Stream;
return stream;
}
Completed
Last Updated: 28 Feb 2013 01:20 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: PdfViewer
Type: Feature Request
6
FIX. RadPdfViewer - add option for unloading documents. Make sure that manipulating with the file is possible after being unloaded.
Completed
Last Updated: 21 Apr 2015 14:31 by ADMIN
ADD. RadPdfViewer - add ability to show the document pages as thumbnails
Completed
Last Updated: 24 Jul 2014 08:27 by ADMIN
This issue can be observed when the text is too big to fit in cell.
Completed
Last Updated: 21 Aug 2020 08:17 by ADMIN
Release R3 2020 (LIB 2020.2.825)
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: PdfViewer
Type: Feature Request
3

			
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.
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

			
1 2 3 4