Java command-line parameters
You can use the Java command-line interface to transform DITA to several different output formats
docbook
Use the
/transtype:docbook
parameter to generate DocBook from the Java command-line interface
eclipsecontent
Short description needed
eclipsehelp
Use the
/transtype:eclipsehelp
parameter to generate Eclipse Help from the Java command-line interface
htmlhelp
Use the
/transtype:htmlhelp
parameter to generate HTML Help from the Java command-line interface
javahelp
Use the
/transtype:javahelp
parameter to generate JavaHelp from the Java command-line interface
pdf
Use the
/transtype:pdf
parameter to generate a Portable Document Formal (PDF) file from the Java command-line interface
troff
Use the
/transtype:troff
parameter to generate TROFF from the Java command-line interface
wordrtf
Use the
/transtype:wordrtf
parameter to generate Rich Text Formal (RTF) from the Java command-line interface
xhtml
Use the
/transtype:xhtml
parameter to generate XHTML from the Java command-line interface
Parent topic:
Reference
Related tasks
Generating output using the Java command-line interface