About annotation UI and Signature UI

Do you have annotation Ui and signature UI similar to viewer ui in java application

@doccept

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

@doccept

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

@doccept

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

@doccept

In case you take one of the demo projects it is spring + angular in one project.

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

@doccept

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

Hope it helps.