ImportAnnotations() is not being called

I am updating my app from v19.3 to v19.4 (latest).  I am encountering an issue with importing annotations.  In onDocumentLoaded on the Blazoe app, I am calling the code:

await _pdf_viewer.ImportAnnotation("importedData", AnnotationDataFormat.Xfdf);

but the corresponding code on the server side function 

public IActionResult ImportAnnotations([FromBody] Dictionary<string, string> jsonObject)

is not being called.  I do see this error in the attached image in the browser.  This worked fine in v19.3.

Any suggestions?

Regards,

Arthur




Attachment: pdfviewererror_da17bfe2.zip

3 Replies

SK Shamini Kiruba Sobers Syncfusion Team February 25, 2022 12:48 PM UTC

Hi Arthur, 

We were able to reproduce the reported script error on importing the annotations. We will validate the issue and update the details on February 28, 2022

Regards, 
Shamini


SK Shamini Kiruba Sobers Syncfusion Team February 28, 2022 02:13 PM UTC

Hi Arthur, 

We have already fixed the reported script error on our end internally. The fix will be included in our upcoming weekly NuGet release on March 2, 2022

Regards, 
Shamini 



SK Shamini Kiruba Sobers Syncfusion Team March 2, 2022 09:13 AM UTC

Hi Arthur, 

We have fixed the reported issue and the fix for the reported issue was included in our latest weekly release v19.4.0.54. Kindly upgrade to that version to get the issue resolved.  
    
Packages:    
    
Blazor Client     
Blazor Sever    
Service side package       
ASP.NET Core :       
        
ASP.NET MVC:       
   
 
Regards, 
Shamini 


Loader.
Up arrow icon