Some test text!

Search
Hamburger Icon

Web / Guides / Create MS Office file

Create Word (DOCX) using Javascript

Create DOCX without any server-side dependencies. WebViewer enables MS Office file editing without the need for intermediate format conversion or MS Office installations on your server.

JS DOCX Editor

WebViewer constructor

Initialize WebViewer constructor without the initialDoc property and the Viewer will load with an empty document, ready to be edited.

WebViewer({
  ...,
  enableOfficeEditing: true,
}, document.getElementById('viewer'));

Get the answers you need: Chat with us