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.
Unplanned
Last Updated: 01 Mar 2023 07:17 by David
The GetSelectedText method returns incorrect spacing with some documents. 
Unplanned
Last Updated: 10 Jan 2023 09:41 by ADMIN
To reproduce: 
        public TestRadForm()
        {
            InitializeComponent();
            this.radPdfViewer1.LoadDocument(@"..\..\..\SampleDocument.pdf");
        }

        private void radButton1_Click(object sender, EventArgs e)
        {
            this.radPdfViewer1.Document.AcroForm.FlattenFormFields();
            this.radPdfViewer1.SaveDocument(@"..\..\saved.pdf");
        }
Unplanned
Last Updated: 09 Jan 2023 10:15 by Rakesh
The selection position is wrong when each character is drawn with PDF operators.
Unplanned
Last Updated: 21 Dec 2022 07:04 by Joaquin
Created by: Joaquin
Comments: 0
Category: PdfViewer
Type: Feature Request
1
Add support for XFA fields
Unplanned
Last Updated: 15 Dec 2022 06:33 by Prafull
Created by: Prafull
Comments: 0
Category: PdfViewer
Type: Feature Request
0
 Add support for highlight annotations
Unplanned
Last Updated: 24 Oct 2022 12:31 by enric
Some documents generated with crystal reports are not rendered correctly. 
1 2 3 4 5