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: 20 Jan 2022 08:17 by ADMIN
Release R1 2022
ADMIN
Created by: Kammen
Comments: 2
Category: PDFViewer
Type: Feature Request
12
Dialog for inputting the password should be implemented in order to be able to decrypt the file content.
Completed
Last Updated: 16 May 2016 08:40 by Olivier
The fix will be available in next LIB release (v. 2015.1.0323).
Completed
Last Updated: 08 May 2023 16:23 by ADMIN
Release R2 2023
Some glyphs are not rendered correctly - the letter are translated or become unrecognizable.
Completed
Last Updated: 02 Jul 2015 13:49 by ADMIN
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.
Completed
Last Updated: 26 Jun 2023 13:18 by ADMIN
Release R2 2023 SP1
Vertical lines with small length and big thickness are drawn as short horizontal lines with big StrokeThickess. This results in rendering them as big squares, which can hide parts of the content.
Completed
Last Updated: 20 Jan 2021 12:30 by ADMIN
Release R1 2021
ADMIN
Created by: Deyan
Comments: 5
Category: PDFViewer
Type: Feature Request
35
Implement import of documents containing Type 3 fonts.
Unplanned
Last Updated: 02 Apr 2019 11:30 by ADMIN

Workaround for documents generated with PdfProcessing: When drawing lines using the FixedContentEditor the IsFilled graphic property should be set to false:

RadFixedDocument document = new RadFixedDocument();

Rect rect = new Rect(0, 0, 50, 50);
FixedContentEditor editor = new FixedContentEditor(document.Pages.AddPage());
editor.GraphicProperties.IsFilled = false;
editor.GraphicProperties.IsStroked = true;

editor.Position.Translate(50, 50);
editor.GraphicProperties.StrokeColor = new RgbColor(255, 0, 0);
editor.DrawText("Lines");
editor.DrawLine(rect.TopLeft, rect.TopRight);
editor.DrawLine(rect.TopRight, rect.BottomRight);
editor.DrawLine(rect.BottomRight, rect.BottomLeft);
editor.DrawLine(rect.BottomLeft, rect.TopLeft);
Completed
Last Updated: 17 Dec 2015 12:13 by Christian
ADMIN
Created by: Deyan
Comments: 1
Category: PDFViewer
Type: Bug Report
7
The fix will be available in our official release Q1 2016.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Some colors are changed due to incorrect import of some graphic state colors.
Completed
Last Updated: 21 Mar 2015 09:05 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PDFViewer
Type: Bug Report
1
The fix will be available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 20 Oct 2016 08:56 by ADMIN
ADMIN
Created by: Svetoslav
Comments: 1
Category: PDFViewer
Type: Bug Report
2

			
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
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.
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: 13 Aug 2015 14:06 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Some of the lines that should be dashed are rendered as continuous lines.
Unplanned
Last Updated: 31 Oct 2018 07:54 by Mi
Created by: Mi
Comments: 1
Category: PDFViewer
Type: Feature Request
1
Currently, ICC version 2 and version 4 are not supported and these colors are rendered using alternative colorspace calculations.
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...