Skip to content
forked from MrRio/DOCX.js

Generate Microsoft Word DOCX files in pure client-side JavaScript. Try in Chrome

Cosmoledo/DOCX.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

const doc = new DOCXjs();
doc.text("This is a test");
doc.text("It was created with DOCXjs.");
doc.output("filename");

What's new?

  • jszip updated to newest version and it gets loaded over CDN
  • FileSaver will be used to download the file
  • Filename can be defined in the output-function
  • Updated DOCX-file to DIN-A4
  • DOCX-file will be compressed to smallest file size

About

Generate Microsoft Word DOCX files in pure client-side JavaScript. Try in Chrome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 16.3%