System requirements for XSL-FO
The Apache XSL Formatting Objects processor (FOP) and the
Oracle JDK are installed with PowerBuilder to support saving as XSL-FO,
saving as PDF using XSL-FO, and Java printing. Both are installed
in the SAPSharedPowerBuilder directory.
When you deploy applications that use XSL-FO or Java printing,
your users must have the FOP directory and the Java Runtime Environment
installed on their computers. For more information, see the chapter
on deploying your applications in Application Techniques.
On Windows DBCS platforms, you also need to install a file
that supports DBCS characters to the Windows font directory, for
example, C:WINDOWSfonts.
To use these fonts, the userconfig.xml file
in the FOP conf directory must be modified
to give the full path name of the files you use, for example:
|
1 |
<font metrics-file="C:Program%20FilesSAPSharedPowerBuilderfop-0.20.4confcyberbit.xml" kerning="yes" embed-file="C:WINNTFontsCyberbit.ttf"> |
For more information about configuring fonts, see the Apache Web site
.