You can generate output using the DITA Open Toolkit 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:
        
          
            - On Linux and macOS, type Terminal.
 
            - On Windows, type Command Prompt.
 
          
         
       - 
        At the command-line prompt, enter the following command:
        
dita-ot-dir/bin/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).
          Tip: Add the absolute path for dita-ot-dir/bin to the PATH environment variable to run the
              dita command from any location on the file system without typing the path.
         
       
    Example
      Run from dita-ot-dir/docsrc/samples, the following command generates
        HTML5 output for the sequence.ditamap file:
      dita-ot-dir/bin/dita --input=sequence.ditamap --format=html5
     
    
    What to do next
      Most builds require you to specify more options than are described in this topic.