Skip to content

Go-Way/docx2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docx2html

a javascript converter from docx to html

#install $ npm install docx2html

#license GPL

#API It will convert into a div in body with following code.

<head>
	<script src="../dist/docx2html.js"></script>
</head>
<body>
	<input type="file" style="position:absolute;top:0" onchange="require('docx2html')(this.files[0])">
</body>

About

a converter from docx to html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%