groupdocs-annotation / GroupDocs.Annotation-for-.NET-MVC

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/annotation/net
MIT License
3 stars 0 forks source link

Annotation is not saved on the fixed position #74

Open atirtahirgroupdocs opened 3 years ago

atirtahirgroupdocs commented 3 years ago

This query is raised in https://forum.groupdocs.com/t/groupdocs-annotation-with-html-viewer/9673 Application is loading properly and after applying annotation on document, its not saving in fixed position. image (1) I have applied the annotation above the sentence “Sample PDF Document” but it not sits properly. Demo application is uploaded here.

bobkovalex commented 3 years ago

@atirtahirgroupdocs

We'll look into this, so please stay tuned. Thanks.

Best Regards

bobkovalex commented 3 years ago

@atirtahirgroupdocs

We've investigated the case and the reason why annotations are placed at wrong coordinates is because GroupDocs.Annotation works in image mode, meanwhile GroupDos.Viewer is ran in HTML mode (can also be ran in image mode), so the coordinates which GroupDocs.Viewer generates are different form GroupDocs.Annotation.

Please try to add ratio and see if this helps. viewer

Best regards, Alex

atirtahirgroupdocs commented 3 years ago

@bobkovalex With HTML viewer Word/Excel documents annotation is not saving. Have a look at the following scenarios: Scenario 1 Highlighted in a word document highlight after saving, its not showing any annotation output

Scenario 2 If we add text highlight, box is coming top of the word. 1

After applying highlight on word documents, its not appearing and also blackout moving from the applied position. 2 After save - Highlight appearing for this but look at the alignments -sometimes annotations applying and sometimes not. 3

atirtahirgroupdocs commented 3 years ago

@bobkovalex This is how it works with Excel. Annotation is added and being saved in the application but doesn't appear in the output. You can reproduce this issue with this application as well.. Adding annotation: 1 Resultant file 2

bobkovalex commented 3 years ago

@atirtahirgroupdocs

Okay, we'll look into this