Yes, I’m evaluating the ASP.NET
WebForms project from the following GitHub repo(1):
GroupDocs.Annotation-for-.NET-WebForms
There is a message on this repo saying it’s moved to the following repo(2):
GroupDocs.Annotation.WebForms.Test
repo(2) compilation result in errors, which I couldn’t figure out how to resolve and ended up using repo(1) to do my evaluation.
I’m able to get repo(1) to work with a temp license.
I need to integrate document annotation/redaction into an existing ASP.NET
WebForms project’s work-flow, brining up a specific document to annotate (perhaps launch another browser with query-parameter to open a specific document), and continue with the work-flow.
I believe my requirement is fairly common, not specific to ASP.NET
WebForms, and apply to other platforms and coding environment.