You can generate output using the dita command-line tool. Build parameters can be
specified on the command line or with .properties files.
About this task
The DITA-OT client is a command-line tool with no graphical user interface. To verify
that your installation works correctly, you can build output using the sample files included in the distribution
package.
Procedure
-
Open a terminal window by typing the following in the search bar:
-
At the command-line prompt, enter the following command:
dita --input=input-file --format=format
where:
If processing is successful, nothing is printed in the terminal window. The built output is written to the
specified output directory (by default, in the out subdirectory of the current
directory).
Example
Run from dita-ot-dir/docsrc/samples, the following command generates HTML5 output for the
sequence.ditamap file:
dita --input=sequence.ditamap --format=html5
What to do next
Most builds require you to specify more options than are described in this topic.