Setting output properties for HTML documents

The HTML output consists of multiple HTML documents. The page break element determines where a page is created. Unicode data appears as unicode if the output font can display the characters.

Procedure

  1. In the Launcher perspective, expand Output, right-click the Target: HTML, and select Configure Output.
  2. In the Configure HTML Output window, enter the following field details:
    1. Path: Type a fully qualified path with file extension or click Browse to select the location for the output. For example, C:\temp\sampleOutput.html.
    2. Split: Select this option to include the table of contents, table of figures, table of tables, and list of files in the HTML result page.
    3. Numbered headings: Select this option to create numbered headings in the HTML result page.
    4. Style sheet: Type the path or click Browse to specify the .css file for the generated HTML.
    5. User: Enter the user name, if the data source is in a secured location.
    6. Password: Enter the password.
    7. Bidirectional languages: Select this option to support languages that are read from right-to-left, such as Arabic and Hebrew.
  3. Click OK.

Results

A HTML file in the specified location with a .css file, a folder named img is created in the same location, contains the images referred to in the template. If a style sheet is specified, the style sheet is also copied into the same folder as the generated file.

Feedback