I have a licensed version of groupdocs(total product family), and the license is valid till 20.8 version, so I updated all the groupdocs product to 20.8, but the problem is the examples which I get from the browser had angular in front-end and we use jQuery in front end, so it become impossible to update to 20.8 version,
It will be great if I get any example of groupdocs(viewer, signature, annotation) of jQuery in 20.8 version.
Thanks for sharing the details. We reproduced this issue at our end using the provided application. Therefore, we’ve logged this behavior in our internal issue tracking system with ticket ID ANNOTATIONNET-2052. You’ll be notified in case of any update.
To fix the issue that is demonstrated in the video try replacing drawSvgAnnotation.js with this one drawSvgAnnotation.zip (5.6 KB). In the updated version of this file, I’ve added the condition to make sure only one arrow can be drawn at once.
please note there are multiple points mentioned below
Smart highlighter: Type of smart highlighter is considered as “text” but in “AnnotatorFactory.cs” class there is no “case” in switch case for “text” annotator, We can change the “textHighlight” case into “text” case but we are unaware of the consequences of the above change.
Polyline: please watch the video to identify the pointer of my mouse when I click and start point of polyline, both are different and we are unable to click for the endpoint of polyline, and we pass the following static path to save all the annotation(“D:\Ibrahim\Groupdocs annotation 20.8\temp\”) but it is still showing C drive location and its not storing annotations as we don’t have read/write access of the particular drive.
Arrow: as you can see in the video, We are unable to click endpoint of the arrow.
Distance: as you can see in the video, We are unable to click endpoint of the distance but new start point of the distance get executed hence we see multiple Distance attached with each other.
Please also consider updating to the latest version of GroupDocs.Annotation and checking our demo projects that are based on Angular components and to which we provide support.
Thanks for your reply, we would love to update groupdocs to the latest version, but I needed the demos in jQuery, and we are using whole family of groupdocs i.e(Viewer, annotation, signature), it will be better if we get all the above demos in jQuery.