Setting output properties for PDF documents

You can set output properties, such as the path, default font, and Unicode for PDF documents.

About this task

The default PDF driver produces version 1.5 PDF files. The Legacy PDF driver is no longer supported. If your document specification points to the old legacy PDF driver, modify the specification to refer to the default PDF driver.

Setting output properties for the PDF Driver

The PDF driver is the default PDF driver.

About this task

For a list of fields supported by the PDF driver, see Supported fields in PDF documents.

For more information about how user names and passwords are stored, see Security considerations for IBM Rational Publishing Engine.

Procedure

  1. In the Launcher perspective, expand Output, right-click the Target: PDF, and select Configure Output.
  2. In the Configure PDF Output window, enter the following field details:
    1. Path: Type a path with a file extension or click Browse to select the location for the output. You can edit the path to be a relative path from the document specification. Example: ..\output\sampleOutput.pdf
    2. Stylesheet: Enter a style sheet or click Browse to select a style sheet.
    3. User: Enter the user name, if the style sheet is in a secured location.
    4. Password: Enter the password, if the style sheet is in a secured location.
    5. Authentication: Select the authentication type that applies to accessing your stylesheet. You can select one of the following authentication types:
      • Form
      • Basic
      • OAuth
      • OAuth-OSLC
    6. Accept header: Enter an accept type for your stylesheet. Examples:
      • image/jpeg
      • text/html
      • application/xml
      • */*
    7. Substitution font: Enter the font to be used when the template font cannot be found on the computer. Select a font that is common to most computers. Example: Times New Roman
    8. Select Bidirectional languages if the output is written in both languages that read left to right and languages that read right to left.
    9. Click OK.
  3. Save the document specification.

What to do next

  • If the PDF is slow to generate, add Section break element icon Section break elements to the template to improve performance.

Feedback