Hi Eren,
Regarding: React on frontend and nodejs on backend (&) how to conver docx fortmat to sfdt format with nodejs?
Document Editor doesn’t have support in backend Node.js. We have support on ASP.NET Core, MVC and Java.
For your reference, kindly refer the below webservice link.
We will provide the sample based on your requirement frontend React.js and backend ASP.Net Core or MVC.
Please let us know whether this will satisfy your requirement. If yes, we will provide sample based on that.
Regarding: how can i convert docx to sfdt with javascript
Using save API or on Ctrl+S action, you can convert the Docx to sfdt. Kindly refer the below documentation link for your requirement.
Documentation Link:
Regarding: i need this public static WordDocument Load (Stream stream, FormatType type); function source code for implement to javascript
Currently, DocumentEditor does not provide support for Document conversion in client side (javascript). If you maintain the document in Sfdt format in client side, you can import it without server-side dependency.
DocumentEditor requires server side dependency to convert the document in any supported format (Docx,Docx, rtf) to sfdt.
On toolbar open function, this API will trigger. Please check below documentation for reference:
Regards,
Kurthis Banu A.