Create , Edit , save word document in the web browser (License )

With <artifactId>groupdocs-editor</artifactId> this module

  1. get the feature of converting the docsx <===> HTML markup .
  2. Can we also get the access to the @groupdocs.examples.angular/editor and use it with same
    license ?
    And I have few more queries can we setup meeting to discuss?

@dkalunge

Please note that GroupDocs.Editor for Java is a back-end, UI-agnostic API that could be integrated in any Java application without any third party tool or software dependency.

We’d recommend you to explore this open-source Spring application. Have a look at this video demo as well.

How API works?
It converts the source file (DOCX in your case) to HTML and then pass the output to a WYSIWYG-editor (e.g. CKEditor or TinyMCE). You have to develop the front end as per your business need. However, we already shared a sample UI application with you above.

Basically, license works with the back-end API. It doesn’t have to do anything with the UI. You can use an JS framework at front end.

As per free support policy, all free support queries are assisted here on this forum. However, please feel free to raise your concerns.

Does this > @groupdocs.examples.angular/editor app include free open source WYSIWYG-editor ?
If I need to use this app as it is.

@dkalunge

We’d recommend you to download and run this web application. It implements open source WYSIWYG-editor?