Completed
Last Updated: 22 Jun 2020 11:00 by ADMIN
Release R2 2020 SP1
When rendering a PDF document page in FixedDocumentSinglePagePresenter, blank pages are displayed, when the document contains images.
Completed
Last Updated: 18 Jun 2020 12:35 by ADMIN
Release R2 2020 SP1
CreateThumbnail of ThumbnailFactory leads to InvalidOperationException: 'The calling thread cannot access this object because a different thread owns it.', when called from separate STA thread.
Unplanned
Last Updated: 15 Jun 2020 09:43 by ADMIN
Created by: Luo
Comments: 0
Category: PDFViewer
Type: Feature Request
2
This is Unicode (UCS-2) encoding for the Adobe-GB1 character collection.

Described on page 443 in Pdf Reference 1.7.
Completed
Last Updated: 01 Jun 2020 12:36 by ADMIN
Release LIB 2020.2.608 (06/08/2020)
User is not able to type in the form fields on touch devices.
Completed
Last Updated: 11 May 2023 05:47 by ADMIN
Release R2 2023
When importing document with text containing char code mapped to .notdef glyph name an ArgumentException: 'The encoding is not supported.' is thrown.
Completed
Last Updated: 27 Jun 2023 11:55 by ADMIN
Release R2 2023 SP1
When saving Form Fields in document defined with linearized PDF structure, it produces a document that fails to open in Edge.

The current implementation of the RadPdfViewer Save uses the incremental update feature. However, the incremental update doesn't comply with the linearized structure and the document fails to open in some viewers.

Workaround: Import/export the document with PdfPRocessing to remove the linearization feature.
Completed
Last Updated: 26 Jun 2023 14:08 by ADMIN
Release R2 2023 SP1
The offset of the Page boundaries such as CropBox, MediaBox, BleedBox, and ArtBox is not respected and is always treated as 0 which causes misplaced Annotations.
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: 17 Sep 2024 13:03 by ADMIN
When the font is not embedded in the document, PdfViewer tries to read it from the OS. However, the Calibri-Font is not properly parsed and a NullReferenceException is thrown internally for its encoding. 
Completed
Last Updated: 24 Feb 2020 11:00 by ADMIN
Release LIB 2020.1.224 (02/24/2020)
When importing the document as DocumentSource the stream will be loaded asynchronously and the document won't be loaded when the Print() method is called, NullReferenceException is thrown.
Completed
Last Updated: 14 Feb 2020 11:08 by ADMIN
Release R1 2020 SP1
Created by: Dimitar
Comments: 0
Category: PDFViewer
Type: Bug Report
0

Use the attached project to reproduce. 

Workaround:

var combo = toolbar.ChildrenOfType<PercentComboBox>().FirstOrDefault();

var binding = new System.Windows.Data.Binding();
binding.Path = new System.Windows.PropertyPath("ScaleFactor");
binding.Mode = System.Windows.Data.BindingMode.TwoWay;
binding.Source = pdfViewer;
binding.UpdateSourceTrigger = System.Windows.Data.UpdateSourceTrigger.PropertyChanged;
BindingOperations.SetBinding(combo, PercentComboBox.ValueProperty, binding);

var binding1 = new System.Windows.Data.Binding();
binding1.Source = pdfViewer;
BindingOperations.SetBinding(combo, PercentComboBox.RadPdfViewerProperty, binding);

Completed
Last Updated: 10 Apr 2020 13:33 by ADMIN
Release R2 2020
Add support for respecting Custom UI Layers when exporting Fixed Page to an image.
Completed
Last Updated: 16 Sep 2020 12:36 by ADMIN
Release R3 2020
The stroke is not rendered when the text is in XForm
Unplanned
Last Updated: 03 Feb 2020 10:42 by ADMIN

To reproduce:

- Search for a specific word until the last occurrence is found and a message appears. 

- Click the FindPrevious button

Result: A message appears.

Expected: The previous entry is selected. 

Unplanned
Last Updated: 15 Jan 2020 14:50 by ADMIN
Document with invalid cross-reference stream is not loaded correctly
Unplanned
Last Updated: 09 Jan 2020 08:15 by ADMIN
There is an exception when the destination is pointing to a page array. This should be handled so the document is displayed. 
Completed
Last Updated: 22 Jan 2020 08:04 by ADMIN
Release LIB 2020.1.127 (01/27/2020)
Whitespaces are ignored when copy-pasting from PdfViewer to another text redactor.
Completed
Last Updated: 04 Jul 2023 10:46 by ADMIN
Release R3 2023 SP1
Unsupported annotations are rendered on top of other content. When there is a form field that appears inside the annotation, it cannot be clicked or interacted with as the annotation is capturing the mouse gestures.
Unplanned
Last Updated: 04 Dec 2019 19:51 by ADMIN
WPF controls are used to visualize the form fields in PdfViewer. However, these controls inherit the background defined in the PdfViewer's theme instead of a background of the form field control. This leads to wrong visualization mostly in the dark themes as the content inside the form field might get unreadable.
Completed
Last Updated: 27 Jun 2023 14:49 by ADMIN
Release R2 2023 SP1
Documents containing large images are slow to decompress and decode.