Overview of the Output Generator process
The Output Generator is the component that executes the transformation processes from DITA files to a specified output type, such as PDF, HTML, XML, CHM, etc.
Transformation processes are called transformation scenarios in the Output Generator. The basic Output Generator installation provides five default transformation scenarios.
- The Dita2Pdf scenario generates PDF documents.
- The Dita2EclipseHelp scenario generates Eclipse help.
- The Dita2htmlhelp scenario generates HTML help (.chm file).
- The Dita2xhtml scenario generates HTML files.
- The Export scenario exports topics
so that they can be reused in another project. Note: If you are using the DRM module, use the Export[DRM] transformation scenario.
This section describes the Output Generator process. Understanding this process will help you configure the Output Generator for your transformation requirements.
- Output Generation dialog box
- Configuration files
- Output directories
Output Generation dialog
To generate the output of their DITA files, users select the map, topic, or image to transform and right-click Generate Output. This command triggers the process that will transform source DITA files into one of the output types configured.
The following diagram shows a typical Output Generator dialog, displayed when users select Generate Output:
This dialog allows users to specify the following:
- Output type: Type of output into which the source DITA files will be transformed, such as PDF, Eclipse Help, HTML, Export, etc. (Mandatory.)
- User parameters: Parameters that can be specified by users when generating the output. They can be used, for example, to determine which cover page to use on a PDF file. These parameters are set up in the Output Generator configuration files. (Optional.)
- DITAVAL: Ditaval file to apply to the source DITA files to transform. These files are created using the IXIASOFT CCMS. Note that if there are no ditaval files created, this field does not appear on the Generate Output dialog. (Optional.)
Configuration files
- Output type file (outputtypes.xml): Defines the types of output into which users can transform their DITA files (for example, PDF, HTML help, Eclipse help, etc.).
- Preprocessor file (preprocessors.xml): Defines user parameters and links the output type selected by the user to the conductor file used to transform the content.
- Conductor file (for example conductor-ot.xml): Contains the Apache Ant tasks (called targets) that will be executed to transform the source file.
Output directories
- Temporary working directory (also called job directory): Contains the source files extracted from the TEXTML Server.
- Output directory: Contains the result of the output generation process (for example, the PDF file, HTML output, etc.) and may also contain the log files. This directory will be returned to the user.
Output Generator process
- In the IXIASOFT CCMS Desktop, the user right-clicks an object and selects Generate Output.
- The CCMS retrieves the available output types from the Output Generator and displays the dialog to the user.
- The user selects the output type, user parameters, and Ditaval file, as appropriate, and clicks Create.
- The CCMS sends the output information to the Output Generator.
- The Output Generator retrieves the files to transform from the TEXTML Server.
- The transformation scenario is executed.
- The Output Generator returns the zipped output to the user.
- The CCMS Desktop displays a dialog allowing the user to save the job.