Completed
Last Updated: 07 Nov 2014 12:41 by ADMIN
The fix will be available in Q3 SP.
Completed
Last Updated: 15 Sep 2014 12:38 by ADMIN
ADMIN
Created by: Kammen
Comments: 1
Category: PDFViewer
Type: Bug Report
0

			
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.
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.
Completed
Last Updated: 12 Mar 2019 08:39 by ADMIN
Loading a document that contains big images could lead to OutOfMemory exception.
Completed
Last Updated: 06 Mar 2023 11:40 by ADMIN
Release R1 2023 SP1
When an image is actually consisting of sequence of smaller images, sometimes white lines appear between the smaller images.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
GoToPage() method is not working correctly in some cases when called in DocumentChanged event handler. The known cases are described below:

   1. When RadPdfViewer and the document are loaded initially and document is set through the RadPdfViewer.Document property.
Workaround: DocumentSource property could be set (in XAML or in code-behind) instead of the Document property. If the Document property is used, this should be done after RadPdfViewer is loaded.

    2. When the ScaleMode is changed in DocumentChanged event handler and then GoToPage() method is called in the same event handler.
Completed
Last Updated: 30 Jun 2014 11:07 by ADMIN
Created by: Vladimir
Comments: 1
Category: PDFViewer
Type: Bug Report
1
When the pdfviewer is used inside backstagemenu then the pdf file content is not displayed.
Completed
Last Updated: 20 Apr 2016 08:56 by Ludwig
We have a good news for all of you who have experienced problems with the memory consumption of RadPdfViewer. We have made significant optimization of what is cached for each page when scrolling in a document.
Please have in mind that when using big images in a document the optimization may seem not so significant. This is because there is additional opportunity to further optimization of the caching mechanism for the image sources.
I have logged this additional opportunity as a different feature request. Here is a link if you would like to subscribe for status updates of that item to: Optimize the image source cache - http://feedback.telerik.com/Project/143/Feedback/Details/189305-optimize-the-image-source-cache
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.
Declined
Last Updated: 21 Oct 2015 08:27 by ADMIN
The issue is closed as duplicated to the following item: http://feedback.telerik.com/Project/143/Feedback/Details/141105-tiling-patterns-are-rendered-wrong-when-some-transformation-is-applied
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: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.
Unplanned
Last Updated: 31 Oct 2018 07:50 by Yulia
ADMIN
Created by: Telerik Admin
Comments: 4
Category: PDFViewer
Type: Feature Request
12
Bitonal image scaling algorithms which improve the readability of bitonal, black and white images. Due to the lack of colors within the palette of 1-bit black and white images, they become splotchy and distorted when zoomed in or out
Completed
Last Updated: 26 Sep 2014 13:17 by THOMAS
ADMIN
Created by: Telerik Admin
Comments: 1
Category: PDFViewer
Type: Feature Request
9
The feature was implemented for Q2 2014.
Completed
Last Updated: 09 Apr 2014 12:11 by ADMIN
ADMIN
Created by: Kammen
Comments: 1
Category: PDFViewer
Type: Feature Request
8
Support for images used as brush.
Completed
Last Updated: 09 Apr 2014 10:55 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: PDFViewer
Type: Feature Request
5
Create appropriate methods, properties and events that will allow to users to scroll the RadPdfViewer and handle the scrolling events.
Introduce API that will allow to manipulate the scroll bars.
Completed
Last Updated: 09 Apr 2014 10:45 by ADMIN
ADMIN
Created by: Kammen
Comments: 1
Category: PDFViewer
Type: Feature Request
5
Provide a functionality to show one page at a time mode.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
As a <role> I want <ability> so that <benefit>.
Unplanned
Last Updated: 31 Oct 2018 07:50 by Iva
RadPdfViewer partially supports CCITTFaxDecode (that is basically TIFF). There are some limitations that are not supported at this stage like EncodedByteAlign = true or Group 3, 2-D encoding.