Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
/ WordFile-Creator Public archive

A hard-coded, client-side, .doc file creator written in javascript. The javascript code is internal

Notifications You must be signed in to change notification settings

Krudff/WordFile-Creator

Repository files navigation

WordFile-Creator

.doc files are pretty outdated, so do try other means if able to

Some Explanation

.docx files are pretty much zipped files, which makes it harder to create than the older, standalone, .doc files. With .doc files, we can just go dive a bit into the code, study their syntax, then replicate it. With .docx files, it's like .doc files, but it's zipped with other components.

There were programs made for the creation of .docx files, but as of creating this, they're not really client-side friendly yet.

About

A hard-coded, client-side, .doc file creator written in javascript. The javascript code is internal

Resources

Stars

Watchers

Forks