Convert a Word Document to EPUB format in JavaScript code. Save a Word Document as EPUB using JavaScript....the input file and create a Document object to load the Word content...'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc.save(...