Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Kammen
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: 31 Oct 2018 07:54 by Mi
Created by: Mi
Comments: 0
Category: PDFViewer
Type: Feature Request
1
Word and Visual Studio allow selecting a block of text when holding down the ALT-key.

It would be great, if PDFViewer could support this. It would be even greater if there could be a TextSelection constructor with page coordinates to set a region of text, which should be selected or copied.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Created by: Mi
Comments: 3
Category: PDFViewer
Type: Feature Request
4
Hi!

Please extend CreateThumbnail. It is currently defined as:

 public ImageSource CreateThumbnail(RadFixedPage page, Size thumbnailSize)

Well, it works great for thumbnails and display on screen, but for saving bitmaps it is not perfect. 

If I want to change the DPI settings when saving the bitmap it is not possible, also the Pixelformat is not settable because they are hardcoded in CreateThumbnail.

Please extend CreateThumbnail like this:

 public ImageSource CreateThumbnail(RadFixedPage page, Size thumbnailSize, PixcelFormat pixelformat, int DPIX, int DPIY)

By the way, opening up the API behind radFixedPage.LoadContent and the hole drawing/rendering complex would be even better :-)

I'm dreaming of, to be able, only drawing certain layers. Sometimes it helps to see the hole object tree of a page to understand what gets painted over one another.

Thanks! 
Completed
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Deyan
Comments: 6
Category: PDFViewer
Type: Feature Request
2
The visualizations of all annotations are defined by their normal appearance streams. This is already implemented in RadPdfViewer for the supported annotation types (Link and Widget annotations). It may be easily adopted for not supported annotation types as well.

Available in 2017 R3 Official Release Version.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
The slow performance when creating thumbnail is only reproducible with specific documents.
Completed
Last Updated: 31 Oct 2018 07:54 by ADMIN
If the presenter is changed (for example, by pressing "Fit one full page to window" button) during the inertia of a scroll operation, NullRererenceException is thrown.

Fix available in LIB Version 2017.2.627.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Tanya
Comments: 2
Category: PDFViewer
Type: Feature Request
5
This mode allows users to show two pages of the document side by side. With the current API this may be achieved by implementing Custom Presenter.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
The issue occurs when RadPdfViewer is measured in infinite space, for example:
- Added to StackPanel.
- Added to RadWindow with Auto dimensions.

Workaround: Width and Height of RadPdfViewer can be set.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Some of the lines that should be dashed are rendered as continuous lines.
Completed
Last Updated: 31 Oct 2018 07:53 by Mi
Created by: Mi
Comments: 1
Category: PDFViewer
Type: Feature Request
2
Please implement Crypt Filter for PDFs to open RC4 (40Bit, 128Bit) and AES (128Bit,256Bit) pdf Files inside PDFViewer.
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Mihail
Comments: 2
Category: PDFViewer
Type: Feature Request
3
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.

Available in R1 2017 Official Release Version.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Currently, when printing landscape pages the content is rotated clockwise. There has to be an option to set it to anti-clockwise.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
This may allow someone to notify the users.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Feature Request
5
Provide public API for accessing document properties such us Title, Author, Subject, Keywords, Creation date, etc...
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
Currently, all images are decoded and preserved in RGBA format (32 bits for each pixel). However, there are files that optimize their images by preserving them with 1 bit for each pixel. In WPF we may create monochrome System.Windows.Media.ImageSource that would optimize the performance and memory consumption when rendering such images.

Available in R1 2018 Official Release Version.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PDFViewer
Type: Feature Request
7
A rubber stamp annotation displays text or graphics intended to look as if they were stamped on the page with a rubber stamp. When opened, it displays a pop-up window containing the text of the associated note.
Completed
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Deyan
Comments: 4
Category: PDFViewer
Type: Feature Request
5
When this feature is implemented it should visualize the bookmarks similarly to in the attached screenshot.

Available in R3 2018 Official Release Version.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 31 Oct 2018 07:51 by Mi
ADMIN
Created by: Petya
Comments: 3
Category: PDFViewer
Type: Feature Request
8

Available in R2 2017 Release
Completed
Last Updated: 31 Oct 2018 07:50 by ADMIN
ADMIN
Created by: Deyan
Comments: 6
Category: PDFViewer
Type: Feature Request
10
Import documents that use this type of encryption. Currently, a handled NotSupportedEncryptionException is thrown while importing such a document and it cannot be opened in RadPdfViewer.

Available in R1 2018 Official Release version.