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