Hi. I'm using the @syncfusion/ej2-angular-pdfviewer version 19.2.57 in my angular app and I'm running into issues when I try to use the draw/upload signature functionality. I attached the document I am using and if it is important, my pdf viewer service is running in an Azure Cloud Service, .Net framework 4.7.2, using the versions in the first screenshot and I am using all of the latest Angular versions. Below the version screenshot are screenshots of the errors I am receiving on my frontend.
When I attempt to upload a signature I am getting this error.
And when I try to draw one I'm getting this error.
Along with all of these errors after trying to draw a signature, if I close the window draw signature window and move my cursor around the document I get these errors.
And here is how I have my pdf editor configured.
Thank you for any assistance you can provide on this matter!
|
import {
PdfViewerComponent,
LinkAnnotationService,
BookmarkViewService,
MagnificationService,
ThumbnailViewService,
ToolbarService,
NavigationService,
TextSearchService,
TextSelectionService,
PrintService,
AnnotationService,
FormFieldsService,
FormDesignerService
} from '@syncfusion/ej2-angular-pdfviewer';
providers: [
LinkAnnotationService,
BookmarkViewService,
MagnificationService,
ThumbnailViewService,
ToolbarService,
NavigationService,
TextSearchService,
TextSelectionService,
PrintService,
AnnotationService,
FormFieldsService,
FormDesignerService
]
|
Hi Dhivya,
That worked perfectly! Thank you very much.