Within our web platform, we have been utilizing a Java applet to interact with the MS Word application using jacob jar. This allows users to open, edit, and automatically upload files to the server upon saving.
However, due to Google Chrome discontinuing support for NPAPI, we will no longer be able to run our Java applet on this browser in the near future.
As we strive to maintain a seamless user experience, we are seeking suggestions for an alternative solution that can replicate the functionality of the Java applet. Any ideas would be greatly appreciated.