Menu

Usage

Niklas Rehfeld

How to use OfficeDDT

General invocation:

 java -jar OfficeDDT.jar [options and flags] <input>

where <input> is either a file or a directory name.

The available options are:

  • -o file sets the output file to write results to.
  • -f format sets the output format. Currently the options are text, CSV or XML.
  • -v verbosity sets how many messages you see on the console. These are sent to stderr stream, so will not show up in the output if -o is used. The current options are OFF, SEVERE, WARNING, INFO, FINE, FINER and FINEST.

The available flags are:

  • -r look at directories recursively. Makes no difference if input is a file.
  • -q quiet mode equivalent to -v off. Will override any -v options

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.