function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Neil KimNeil Kim 

Editing doc document in Commuity, Visualforce Page

Hi all.
I wonder is there any way to embed DOC(MS Word) editor in Community.

What we want to do is that
1. Community user click button in Community.
2. DOC editor is opened and the initial contents is in there.
3. Community user modify initial content with their own information
4. Save and it is saved in SFDC DB.

Is there any way to do this?
Best Answer chosen by Neil Kim
Raj VakatiRaj Vakati
Create a Visualforce page by using some of the  JavaScript MS word Library and include the page 
https://docs.microsoft.com/en-us/office/dev/add-ins/develop/understanding-the-javascript-api-for-office

 

All Answers

Raj VakatiRaj Vakati
Create a Visualforce page by using some of the  JavaScript MS word Library and include the page 
https://docs.microsoft.com/en-us/office/dev/add-ins/develop/understanding-the-javascript-api-for-office

 
This was selected as the best answer
Neil KimNeil Kim
Thanks @Raj.
Do you have any screen capture that this library show users?