Setting Fonts and Other External Attachment Properties
You can set the fonts that are used to render text in external attachments and other converted attachment properties using the pspdfexport.cfg file.
The pspdfexport.cfg file is located in the <PS_HOME>\appserv directory.
To specify the font to use to render text, locate the #SCCOPT_FONTDIRECTORY section in the file and uncomment the fontdirectory property and specify the location of the fonts to use.
The following example shows the #SCCOPT_FONTDIRECTORY section of the property file:
#SCCOPT_FONTDIRECTORY
#This option specifies the directory on the fonts that are to be used
#when rendering text
#This is a required option on unix - if not set in Windows, the fallback
#will be to use the default windows font directory.
#
#fontdirectory C:/WINDOWS/Fonts
See Oracle’s Outside In Technology documentation for information on the properties in the pspdfexport.cfg file.