|
Query |
Details |
|
I Add a comment to pdf file, when i select the 'Export Annotations to JSON file' Option, a message error: 'Export annotations action has failed; please ensure annotations are added properly'. What is the problem?
|
We were unable to reproduce the reported issue with the provided details. We have shared the sample in which we have tried in the below link,
Kindly try it and revert us with more details about your issue, if you still have concerns. Also confirm us whether you are adding comment annotation or providing the comments to an annotation(like shape, circle,.). These will be helpful for us to investigate further and assist you better.
|
|
Many users can annotate a pdf file. I need a code exemple for exporting the annotations to multiples files (For a userX, select user annotations and export them to a file 'pdfFileName - userX.json'). |
The provided information was not clear to us, so can you please provide more details about your requirement and the use case. Also confirm us whether you want to export the annotations with particular author. These will be helpful for us to investigate further and assist you better. |
|
I need a code exemple for importing the annotations from multiples files ('pdfFileName - user1.json','pdfFileName - user2.json',...).
|
We can import the annotations from the code behind using ImportAnnotations() API . We have created the sample for the same and shared in the below link,
|
| Query | More explanations | ||||
| I Add a comment to pdf file, when i select the 'Export Annotations to JSON file' Option, a message error: 'Export annotations action has failed; please ensure annotations are added properly'. What is the problem? | I test your exemple, the error message appears. The steps to produce it: - Add Comments/Shapes - In Comments panel, click 'Export Annotations to JSON file' option. | ||||
| Many users can annotate a pdf file. I need a code exemple for exporting the annotations to multiples files (For a userX, select user annotations and export them to a file 'pdfFileName - userX.json'). | I have a pdf file named 'fileName.pdf'. This file will be annotated by several users (). For each user, their annotations must be saved in a json file: 'fileName - user1.json' for user1, 'fileName - user2.json' for user2, ... and 'fileName - userN.json' for userN. | ||||
| I need a code exemple for importing the annotations from multiples files ('pdfFileName - user1.json','pdfFileName - user2.json',...). | OK |
regards.
|
Query |
Details. |
|
I test your exemple, the error message appears. The steps to produce it: - Add Comments/Shapes - In Comments panel, click 'Export Annotations to JSON file' option. |
We were unable to reproduce the issue with the provided procedure with the sample which we have provided earlier. We have shared the video demonstrating the same in the below link,
Kindly try it and revert us with more details and the replication procedure if you still have concerns. Also please let us know the culture settings and browser details. These details will be helpful for us to investigate further and assist you better.
|
|
I have a pdf file named 'fileName.pdf'. This file will be annotated by several users (). For each user, their annotations must be saved in a json file: 'fileName - user1.json' for user1, 'fileName - user2.json' for user2, ... and 'fileName - userN.json' for userN. |
Currently we do not have support to set file name for the exported JSON file. However, we will analyze further on this and update you with more details on December 21, 2020 |
Query | Details. |
We were unable to reproduce the issue with the provided procedure with the sample which we have provided earlier. We have shared the video demonstrating the same in the below link, Kindly try it and revert us with more details and the replication procedure if you still have concerns. Also please let us know the culture settings and browser details. These details will be helpful for us to investigate further and assist you better. | - OS: Windows 10 Pro English. Display language: Frensh -Visual studio 2019 Community Edition 16.9.0 Preview 2.0 Navigators: Edge and Chrome. (the problem appears in all) |
Currently we do not have support to set file name for the exported JSON file. However, we will analyze further on this and update you with more details on December 21, 2020 | OK |
|
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:
|