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

GroupDocs.Annotation for .NET examples, plugins and showcase projects
https://products.groupdocs.com/annotation/net
MIT License
4 stars 14 forks source link

GroupDocs Annotation integration in React/Angular #94

Closed kmehmoodkhan closed 3 years ago

kmehmoodkhan commented 3 years ago

Hi, We are intending to integrate GroupDocs annotation tool in a React based project. But we also need to do some customization like if we have to hide a file upload tab etc, then is it possible to do so?

Will highly appreciate it if someone can help.

bobkovalex commented 3 years ago

Hi @kmehmoodkhan

Thanks for asking. In our Angular based UI sample app it is possible. Simply set upload parameter to false in the configuration file.

Best Regards

kmehmoodkhan commented 3 years ago

Thanks, Bob for the reply. I am interested in React based development, can you please guide how to integrate this product in React based application?

Best regards,

Kausar

bobkovalex commented 3 years ago

@kmehmoodkhan

Running Angular based app in React is a bit tricky, see if following article helps.

Another option is to use our jQuery based GroupDocs.Annotation but it is outdated and won't get any updates.

Please note, at the moment we do not have any ETA on supporting React natively.

Best Regards