Register FOP configuration and font family with PolicyCenter

Before you begin

Complete the step Register the font with Apache FOP before you perform this step.

About this task

You must register your Apache FOP configuration file and font family with PolicyCenter.

Procedure

  1. Open Guidewire Studio™ for PolicyCenter and search for config.xml.
  2. Find the parameters PrintFontFamilyName and PrintFOPUserConfigFile in config.xml and set them accordingly.
    The following example registers Japanese-language fonts with Guidewire PolicyCenter.

    Parameter

    Description

    Example value

    PrintFontFamilyName

    The name of the language, or languages, that PolicyCenter is to support.

    <param name="PrintFontFamilyName" value="sans-serif, Japanese"/>

    PrintFOPUserConfigFile

    The fully qualified path to a valid FOP configuration file.

    /usr/local/fop/fopconfig/

  3. Stop and start the PolicyCenter server so that these changes take effect.

What to do next

The next step is Test your configuration.