Do you have annotation Ui and signature UI similar to viewer ui in java application
You can find demo projects for Annotation and Signature for Java at:
Please let us know if it is what you was looking for.
I would like to know if there is UI also available or not
we have to made Ui for all annotation to add
There is Angular UI for Annotation and other products at GitHub - groupdocs-total/GroupDocs.Total-Angular: Angular based UI for GroupDocs Products. While it is not actively supported now you can find the app built upon it at Annotate Documents Online | Free GroupDocs Apps as an example.
Will I be able to integrate these online apps in my project
Unfortunately, Online Apps do not provide integration option at the moment but you can achieve similar results using Annotation Demo Projects or with GroupDocs.Total-Angular and your backend with GroupDocs products.
ok do I need to deploy it separately or will it be merged with spring +angular system
In groupdocs total angular there are librabry for angular 14+ but my project is based on angular 1 so is there is some library for js only
Unfortunately there is no vanilla JavaScript UI. There are two packages that are no longer supported that are built based on Jquery:
The examples based on Spring can be found at
- https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring
- https://github.com/groupdocs-signature/GroupDocs.Signature-for-Java-Spring
Hope it helps.