Unplanned
Last Updated: 14 Oct 2024 14:50 by Tony

Open the Demo app and load the PDF document with such annotation. The following error occurs:

************** Exception Text **************
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Telerik.Windows.Documents.Fixed.Utilities.Rendering.Annotations.DefaultAppearanceProvider.TryGetCurrentAnnotationAppearances(Annotation annotation, SingleStateAppearances& singleStateAppearances)
   at Telerik.Windows.Documents.Fixed.Utilities.Rendering.Annotations.DefaultAppearanceProvider.TryProvideAppearanceOverride(Annotation annotation, AnnotationAppearanceMode annotationAppearanceMode, FormSource& formSource)
   at Telerik.Windows.Documents.Fixed.Utilities.Rendering.Annotations.BaseAppearanceProvider.TryProvideAppearance(Annotation annotation, AnnotationAppearanceMode annotationAppearanceMode, FormSource& appearance)
   at Telerik.Windows.Documents.Fixed.Utilities.Rendering.Annotations.BaseAppearanceProvider.TryProvideAppearance(Annotation annotation, AnnotationAppearanceMode annotationAppearanceMode, FormSource& appearance)
   at Telerik.WinControls.PdfViewer.FixedPageRenderer.DrawPage(RadFixedPage page, Graphics graphics)
   at Telerik.WinControls.UI.FixedPagePreRenderer.rendererWorker_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Unplanned
Last Updated: 03 Sep 2024 08:32 by ADMIN
Created by: Nadya
Comments: 0
Category: PdfViewer
Type: Feature Request
1
Enable the customers to work with annotations of type Stamp.
Unplanned
Last Updated: 03 Sep 2024 08:27 by ADMIN
Created by: Nadya
Comments: 0
Category: PdfViewer
Type: Feature Request
1
A pop-up annotation displays text in a pop-up window for entry and editing. It typically does not appear alone but is associated with a markup annotation (its parent annotation) and is used for editing the parent’s text.
Unplanned
Last Updated: 16 Aug 2024 08:46 by ADMIN
A specific scanned file is not displayed in the viewer. This lead to empry pages.
Unplanned
Last Updated: 08 Aug 2024 10:20 by ADMIN
ADMIN
Created by: Dimitar
Comments: 3
Category: PdfViewer
Type: Feature Request
12

			
Unplanned
Last Updated: 25 Jun 2024 14:21 by ADMIN

When RadPdfViewer is in text selection mode and the user is trying to select a word by double-clicking on it, the last letter of the word is not selected when the word is followed by some symbols like '.', ':', '(', '...'

Also, the CaretPosition is not correct.

Unplanned
Last Updated: 07 May 2024 12:18 by ADMIN
Created by: Philip
Comments: 2
Category: PdfViewer
Type: Bug Report
2
Signature fields are not rendered in the PDF while loading it in the RadPdfViewer control.
Unplanned
Last Updated: 02 May 2024 12:01 by ADMIN
On HDPI (200%) Print Preview Dialog bottom buttons are cut off.
Unplanned
Last Updated: 17 Apr 2024 14:32 by ADMIN
The editor size should be limited to the size of the widget. Currently on is able to enter more than one line in a textbox and when the content is not visible and it is cut off when flattening. 
Unplanned
Last Updated: 17 Apr 2024 10:05 by ADMIN
Provide a new property that specifies FileName in SaveAs command.
Unplanned
Last Updated: 09 Apr 2024 05:57 by Tino

Steps to reproduce:

1. Load a PDF document with 0 pages

2. Enter some text in the search textbox and click the next/prev buttons

Expected: the search textbox should be either disabled or should ignore any search operation

Actual: an error occurs

Workaround:

    Private Sub pdf_Viewer_DocumentLoaded(sender As Object, e As EventArgs)
        If pdf_Viewer.Document.Pages.Count = 0 Then
            pdf_Toolbar.SearchTextBox.Enabled = False
            pdf_Toolbar.NextButton.Enabled = False
            pdf_Toolbar.PreviousButton.Enabled = False
        Else
            pdf_Toolbar.SearchTextBox.Enabled = True
            pdf_Toolbar.NextButton.Enabled = True
            pdf_Toolbar.PreviousButton.Enabled = True
        End If
    End Sub

 

Unplanned
Last Updated: 16 Feb 2024 12:30 by ADMIN
Created by: Henk
Comments: 0
Category: PdfViewer
Type: Bug Report
0
PDFViewer: GotoDestination(Destination) is off vertically
Unplanned
Last Updated: 07 Nov 2023 14:51 by ADMIN

Use the attached pdf document and launch the PdfPrintPreviewDialog. As it is demonstrated in the gif file, the preview dialog moves the pages slower than the pdf viewer itself.

Expected behavior: the performance for navigating the pages should be at least identical.

Unplanned
Last Updated: 16 Oct 2023 11:55 by ADMIN

This is the result with R3 2022:

 

 

This is the result with R2 2023 SP1:

 

Unplanned
Last Updated: 13 Sep 2023 14:20 by ADMIN
If the DataError is handled, you can detect what kind of internal errors occur. The document is loaded successfully at the end. If the thumbnails menu is hidden, the load time is much faster.
Unplanned
Last Updated: 28 Aug 2023 11:58 by ADMIN

Load a document with bookmarks and select the bookmarks options. Then, move the splitter:

Expected: the selected option (bookmarks) is unchanged

Actual: the selected option (bookmarks) is not preserved and it is reset

 
Unplanned
Last Updated: 08 May 2023 07:17 by ADMIN
Created by: Christopher
Comments: 1
Category: PdfViewer
Type: Feature Request
0

Add functionality for a PDF form filler that supports text auto-sizing/shrinking like Adobe:

Unplanned
Last Updated: 27 Apr 2023 11:39 by Gurmeet
Created by: Gurmeet
Comments: 0
Category: PdfViewer
Type: Feature Request
0
Introduce locking a document opened in viewer.
Unplanned
Last Updated: 07 Mar 2023 08:08 by Ken
Expose API that allows you to access the current editor. Perhaps add some events to the EditingFields class.
1 2 3 4 5