hello, i use reactjs for a pdfviewer with a .netcore pdfviewer server.
It seem since few times we cannot save annotation anymore. We can load them if there are already inside a pdf, but we cannot save new annotation.
I can open a new pdf without any annotation. I will do a free text and write "hello", and i go to export annotation in the interface.. and here is the problem that i have :
Hello, I found the problem to be able to export my annotation, thanks but...
There is another problem with some other free text. I let you here the JSON of the export.
You can import it in another pdf, and try to save the pdf. I receive that error :
|
Blazor Client |
|
|
Blazor Sever |
|
|
Service side package |
ASP.NET Core :
https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows/ https://www.nuget.org/packages/Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux/
ASP.NET MVC:
|