Completed
Last Updated: 11 Jan 2021 13:19 by ADMIN
Release R1 2021
Created by: Daniel
Comments: 1
Category: PdfViewer
Type: Feature Request
0
Is there a way to customize the box to request a signature?

 

 

Thanks in advance
Unplanned
Last Updated: 29 Oct 2020 08:09 by ADMIN
Show the DropDownList icon when the document contains ComboBox field. This is the default behavior in adobe as well. 
Completed
Last Updated: 15 Apr 2021 15:22 by ADMIN
Release R2 2021
Created by: Vincenzo
Comments: 3
Category: PdfViewer
Type: Bug Report
0

Good morning.

 

I'm using a pdfViewer instance in order to load pdf forms, with text fields to be edited by the users.

Loading is ok, editing is ok, the problem is when I go to save the edited document. When I save the document, if I don't click elsewhere in the document, in which case the content of the field is committed, the content of the field is not saved with the document. This happens either using the 'Save As' button or using the SaveDocument API function.

Probably it is my fault, since I'm new to PdfViewer: I can imagine that something like a commit command has to be available, but I'm not able to find it.

 

Can you help me, please?
Thank you in advance.

 

PS. I will attach three screenshots in order to let you understand better what I mean.

Completed
Last Updated: 25 Sep 2024 10:22 by ADMIN
Release 2024.3.924
A specific scanned file is not displayed with the new model.
Unplanned
Last Updated: 28 Jan 2021 11:40 by ADMIN
Created by: Dimitar
Comments: 0
Category: PdfViewer
Type: Feature Request
0
Add support for Trigger Events
Completed
Last Updated: 17 Feb 2021 09:47 by ADMIN
Release R1 2021 SP2
Created by: TafnitDev
Comments: 1
Category: PdfViewer
Type: Bug Report
0

Hello,

When opening this document (see attached), PDF viewer crashes with following exception.

To reproduce, open this document in the Pdf Viewer WinForms example, latest version.

Screenshot attached.


************** Exception Text **************
System.InvalidCastException: Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfHexString' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfLiteralString'.
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.ExceptionHandling.ExceptionHandler.TryHandle(Exception exception)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Import.PageContentManager.LoadPageContent(RadFixedPage fixedPage)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Import.ThreadSafePageContentManager.LoadPageContent(RadFixedPage page)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Import.LoadOnDemandPagesCacheManager.LoadPage(RadFixedPage page)
   at Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Import.LoadOnDemandPagesCacheManager.BeginUsingPage(RadFixedPage page)
   at Telerik.Windows.Documents.Fixed.Text.TextPageProvider.CreateTextPage(RadFixedPage fixedPage, TextDocument parent)
   at Telerik.Windows.Documents.Fixed.Text.TextDocument.CreateTextPage(Int32 index)
   at Telerik.Windows.Documents.Fixed.Text.TextDocument.GetTextPage(Int32 index)
   at Telerik.WinControls.PdfViewer.MouseHandlers.SelectionHandler.Initialize(RadFixedDocument document)
   at Telerik.WinControls.PdfViewer.MouseHandlers.MouseHandlersController.InitializeHandlers(RadFixedDocument document)
   at Telerik.WinControls.UI.RadPdfViewerElement.documentLoader_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

Completed
Last Updated: 30 Mar 2021 11:25 by ADMIN
Release R2 2021 (LIB 2021.1.329)
Pdf file with an image that uses indexed color space is not rendered correctly
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
Completed
Last Updated: 18 May 2021 08:20 by ADMIN

PdfViewer: Password protected documents cannot be opened 

Workaround:

PdfFormatProvider provider = new PdfFormatProvider();
PdfImportSettings settings = this.radPdfViewer1.PdfViewerElement.ImportSettings;
settings.UserPasswordNeeded += (s, a) =>
{
    a.Password = "1234";
};

provider.ImportSettings = settings;

this.radPdfViewer1.LoadDocument(@"..\..\password.pdf");

Completed
Last Updated: 11 Jun 2021 11:00 by ADMIN
Release R2 2021 SP1
This is caused by integrating the PdfProcessing model in PdfViewer.
Completed
Last Updated: 15 Jun 2021 10:31 by ADMIN
Release R2 2021 SP1
Created by: Eddie
Comments: 1
Category: PdfViewer
Type: Bug Report
0

Hi,

The RadPdfViewer ExportPages is broken in the new release. It works in the previous version.

 


        Dim bmpArray As List(Of Bitmap) = pdfview.ExportPages(1.0, True, Imaging.ImageFormat.Png) = null

 

Unplanned
Last Updated: 28 Jun 2021 13:06 by ADMIN

When importing a document containing a single associated widget annotation merged into the field dictionary the field is skipped on import and an exception is thrown.

According to the PDF Specification: Field Dictionaries: Kids:

An array of indirect references to the immediate children of this field.
In a non-terminal field, the Kids array is required to refer to field dictionaries that are immediate descendants of this field. In a terminal field, the Kids array ordinarily must refer to one or more separate widget annotations that are associated with this field. However, if there is only one associated widget annotation, and its contents have been merged into the field dictionary, Kids must be omitted.

Unplanned
Last Updated: 26 Jul 2021 06:27 by ADMIN
Loading corrupt PDF results in non-trappable error and exception
Completed
Last Updated: 29 Nov 2021 16:39 by ADMIN
Release R1 2022
It is actually checked and only the appearance is wrong. When the file is saved the checkboxes states are as expected.
Completed
Last Updated: 29 Nov 2021 16:38 by ADMIN
Release R1 2022
Please refer to the attached gif file and notice the loading delay when scrolling to a specific page. It would be nice to optimize this experience.
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. 
Completed
Last Updated: 26 Jan 2022 10:01 by ADMIN
Release R1 2022 SP1
Declined
Last Updated: 16 Feb 2024 22:19 by ADMIN
Created by: Haithem
Comments: 2
Category: PdfViewer
Type: Bug Report
0

Hello 

 

I am have a problem with pdf wiewer when the PDF file contains an images , it is slow in movement and it is difficult to navigate between pages. Is it possible to fix this problem 

 

 

Completed
Last Updated: 16 Feb 2022 09:31 by ADMIN
Release R1 2022 SP1
Exception when saving a document that is being used by another process
Completed
Last Updated: 28 Mar 2022 16:22 by ADMIN
Release R2 2022 (LIB 2022.1.329)

The highlight annotation appears above the text and covers it, instead of appearing under it.

Expected:

Actual: