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: 25 Oct 2021 12:45 by Sven
Created by: Mi
Comments: 3
Category: PDFViewer
Type: Feature Request
7
When using CTRL+Mousewheel to zoom in to a PDFViewer document, it should zoom into the point where the mouse pointer is located. Currently it just does a simple zoom of the whole document.

For example see Acrobat Reader or Google Maps.
Unplanned
Last Updated: 31 Jan 2024 08:03 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Feature Request
7
Represents Highlights PDF content. While the other annotations are drawn on top of the content, the highlight annotation is behind the text it highlights. In other words, it has to be inserted at a specific place in the ContentElementsUILayer. The precise place where the highlight should be placed is described in the PDF file with the BDC, MCID and EMC operators. At the moment, we have implemented a read-only rendering for all annotation types which draws the annotions separately from the page content. In the case of Highlight, the annotation is drawn below the other content. With this implementation, depending on the PDF content, the highlight annotation might be visible or it might not be because in some cases there is geometry content below the highlighted text which hides the highlight annotation appearance. 
Completed
Last Updated: 26 Jun 2023 13:51 by ADMIN
Release R2 2023 SP1
When a PDF document contains images compressed with CCITTFaxDecode with applied BlackIs1 parameter, black color is visualized as white and white as black.
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.
Unplanned
Last Updated: 28 Aug 2024 05:48 by ADMIN
ADMIN
Created by: Anna
Comments: 2
Category: PDFViewer
Type: Feature Request
7
Layers represent groups of optional content which can be hidden or shown.
Unplanned
Last Updated: 29 Jan 2019 14:09 by ADMIN
ADMIN
Created by: Boby
Comments: 0
Category: PDFViewer
Type: Feature Request
7
Most PDF viewers have option (enabled by default) which allows fields to be highlighted with colors predefined in the settings. Required fields are highlighted using different color.

For example: In Adobe Acrobat Reader DC this is enabled in "Edit" -> "Preferences" -> "Forms" -> "Highlight Color" -> "Show border hover color for fields". 
Unplanned
Last Updated: 22 Jun 2020 08:51 by ADMIN
ADMIN
Created by: Deyan
Comments: 2
Category: PDFViewer
Type: Feature Request
7
This would allow switching the focus between form field controls by using the Tab key.
Duplicated
Last Updated: 08 Jun 2022 06:50 by ADMIN
Created by: Günter
Comments: 0
Category: PDFViewer
Type: Feature Request
7
Implement functionality for visualization of comment annotations.
Duplicated
Last Updated: 20 Sep 2022 12:15 by ADMIN
Created by: Jose Ramon
Comments: 0
Category: PDFViewer
Type: Feature Request
7
Scanned document is not rendered with the new engine
Unplanned
Last Updated: 28 Jun 2024 10:20 by ADMIN
When displaying PDF-Files using PDFViewer, ContentElementsCanvas .RenderAsync uses reflection (DispatcherObjectUtils.ApplyDispatcher) to render Visuals on multiple threads.
However this leads to a memory leak since the dispatchers cant be GC'ed, see screenshot below.




The Screenshot is from the actual application we expirienced this issue with, the attached reproduction example is a boiled down version of what your code does.
If you wanna reproduce this on your own, create an application that uses PdfViewer that switches between many pdf files. The ammount of Dispatchers will grow steadily, probably to a total of the number of threads used by Task.Factory.

Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 20 Jun 2016 05:56 by ADMIN
ADMIN
Created by: Deyan
Comments: 2
Category: PDFViewer
Type: Feature Request
6

			
Completed
Last Updated: 02 Feb 2016 07:35 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 12
Category: PDFViewer
Type: Bug Report
6
Printing document on a machine with .NET Framework 4.6 installed does not work for some documents.

Currently, an issue is opened at Microsoft Connect: "Printing with PrintDialog fails when .NET 4.6 is installed" (https://connect.microsoft.com/VisualStudio/feedback/details/1980419/printing-with-printdialog-fails-when-net-4-6-is-installed).

Workaround: In the attached project.
Completed
Last Updated: 03 Jan 2019 15:45 by ADMIN
ADMIN
Created by: Tanya
Comments: 3
Category: PDFViewer
Type: Feature Request
6
Add support for importing and filling interactive forms.

Interactive Forms content is visualized read-only in RadPdfViewer UI with R1 2017 Release

Available in R3 2017 Official Release Version.
Unplanned
Last Updated: 09 Oct 2017 08:41 by ADMIN
ADMIN
Created by: Boby
Comments: 0
Category: PDFViewer
Type: Feature Request
6
When users do "copy" operation, add the content to the clipboard in RTF format. This would allow to paste the text along with its formatting in text editors like MS Word.
Completed
Last Updated: 14 May 2024 15:37 by ADMIN
Release 2024.2.514 (2024 Q2)
The images are loaded asynchronously and when scrolling too fast, the loader might fail to load an image if it is bigger.
Completed
Last Updated: 16 Sep 2020 12:34 by ADMIN
Release R3 2020
This is caused by an incorrect order of applying the TextMatrix and the glyph stroking operation.
Unplanned
Last Updated: 10 Apr 2020 14:08 by ADMIN
Visualizing a page with a huge number of images (40000) freezes the application.
When switching to the FixedDocumentSinglePageViewPresenter, all the page content should be loaded so it can be later rendered. Although the images are loaded asynchronously, there are too many threads started which seems to cause the hang. Also, according to profiling results, it seems like the image caching causes performance diminishments in such scenarios. 
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.