Create Microsoft Documents automatically using Text and Template files
XSLT Java CSS Shell
Switch branches/tags
Nothing to show
Pull request Compare This branch is 12 commits ahead of nasa:master.
Image Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Image bin
Image examples
Image html
Image img
Image lib
Image src
Image tests
Image Docx4j_GettingStarted.pdf
Image LICENSE
Image MANIFEST.MF
Image README.md
Image compile.sh
Image index.html

README.md

AutoDoc

This is a tool for generating .docx, .xlsx, and .pptx files text files and word, excel, and powerpoint files with proper formating. See the index.html for complete instructions.

To use: AutoDoc is runnable by selecting "Open.." or double-clicking autodoc-v1.6.jar. You may also download the file directly from GitHub by clicking on "View RAW".

To recompile:

  1. Clone this repo on your machine.
  2. Make any necessary edits to source code.
  3. If edits were made, open compile.sh and update the version number.
  4. Open a Terminal window, navigate to directory of local repo.
  5. Type "sh compile.sh jar" on a command line to generate a new .jar file.