Unplanned
Last Updated: 18 May 2018 14:17 by Georgi
When ScaleMode is set to FitToPage scrolling the Mousewheel or pressing the Arrow Down button does not produce immediate scroll. The page is scrolled to the next page after several scroll events/button presses are introduced.

Workaround: Provide custom ScrollCommand implementation.
Unplanned
Last Updated: 14 May 2018 17:07 by Georgi

This is reproducible when the matched result resides on different page. Workaround: You may subscribe to the RadFixedDocument.CaretPosition.PositionChanged event and implement the scroll logic. Subscribe to PdfViewer's DocumentChanged event first if the document is not loaded.

        private void CaretPosition_PositionChanged(object sender, EventArgs e)
        {
            Telerik.Windows.Documents.Fixed.Model.RadFixedPage currentPage = this.pdfViewer.Document.CaretPosition.Page;
            int pageIndex = this.pdfViewer.Document.Pages.IndexOf(currentPage);
            this.pdfViewer.GoToPage(pageIndex + 1);
        }

Unplanned
Last Updated: 10 May 2018 08:08 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Feature Request
1
Currently, we use System.Windows.Controls.TextBox for editing both TextBox and CombTextBox field types. We should implement CombTextBox editor which would allow having spaces between characters during the editing process.
Completed
Last Updated: 19 Jun 2018 13:50 by ADMIN
RadPdfViewer's AcroForm property ViewersShouldRecalculateWidgetAppearances should be respected when being set to true. In this case, RadPdfViewer should recalculate all widget appearances and this would resolve the issue with empty form field widgets after opening such PDF document.
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.
Unplanned
Last Updated: 04 May 2018 12:58 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Feature Request
2
This action is usually linked to a Button field and with it, the user of the application may revert all field values to their defaults. 
Unplanned
Last Updated: 07 Aug 2018 13:03 by Kyle
ADMIN
Created by: Tanya
Comments: 3
Category: PDFViewer
Type: Feature Request
4
At this point, the Print() method allowing the customers to silently print a document uses the PrintableAreaWidth and PrintableAreaHeight properties of the print dialog, which are read-only and cannot be changed through the API. Consider changing them with PrintTicket.PageMediaSize.

We should also consider the scenario when the client needs to print a smaller PDF page on a bigger page size. For instance, A5 page to be printed on an A4 sheet without scaling the content.
Completed
Last Updated: 30 Mar 2018 13:46 by ADMIN
An ArgumentException is thrown internally as the font name is null. However, the name is defined in the base font and can be obtained from it.

Fix available in LIB Version 2018.1.402.
Unplanned
Last Updated: 26 Mar 2018 10:37 by ADMIN
Currently, RadPdfViewer uses default constant value for the font size in this scenario.
Completed
Last Updated: 30 Mar 2018 14:56 by ADMIN
This is reproducible when the field VariableTextProperties has zero value for font size. 

Fix available in LIB Version 2018.1.402.
Completed
Last Updated: 27 May 2021 11:54 by ADMIN
Release LIB 2021.2.531 (31/05/2021)
This is not a valid PDF scenario as having appearance state requires having multistate appearances. However, we should handle this invalid document scenario on our side so that the app does not crash with NullReferenceException.
Completed
Last Updated: 03 May 2019 10:01 by ADMIN
This happens only in scenarios when the widget has On state appearance defined and Off state appearance missing. If both appearances are missing then RadPdfViewer recalculates the appearances and the checkbox is successfully selected and deselected.
Completed
Last Updated: 19 Mar 2018 11:16 by ADMIN
The file contains the following:
68.637 604.561 455.981 -107.996 re
72.237 604.561 l
S
Instead of the more usual
68.637 604.561 455.981 -107.996 re
S
72.237 604.561 l
S
Both are valid but the first seems to create a problem.

Fix available in LIB Version 2018.1.319.
Completed
Last Updated: 08 Mar 2018 11:49 by ADMIN
The exception is thrown when the RadioButtonField options array contains nested arrays instead of string values.

Fix available in LIB Version 2018.1.312.
Completed
Last Updated: 12 Dec 2018 09:52 by ADMIN
ADMIN
Created by: Deyan
Comments: 1
Category: PDFViewer
Type: Bug Report
2
This happens only in specific scenarios as most of the documents with annotations are visualized correctly.
Declined
Last Updated: 11 Feb 2019 12:42 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PDFViewer
Type: Bug Report
1
Images decoded with CCITTFaxDecode filter affect the performance when showing the document.

This item is closed as a duplicate. Please, vote and follow the item at https://feedback.telerik.com/wpf/1353994-pdfviewer-slow-performance-of-ccittfaxdecode-filter.
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: 13 Apr 2018 14:03 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PDFViewer
Type: Feature Request
4
Expose a button in the UI that can be used instead of Ctrl+F.

Such a button can be currently added by customizing the default toolbar. For more information, check the documentation that describes how to achieve that: https://docs.telerik.com/devtools/wpf/controls/radpdfviewer/default-ui#customizing-the-default-ui
Unplanned
Last Updated: 25 Jan 2018 11:46 by ADMIN
At the moment the theme of the RadPdfViewerToolBar can be set only by setting the theme of the entire application. The individual setting (using telerik:StyleManager.Theme="Windows8") should also be supported.
Completed
Last Updated: 25 Jan 2018 13:57 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: PDFViewer
Type: Bug Report
2
When a PDF is printed all images are omitted.

Available in R1 2018 SP1 version.