Page 1 of 1
include a specific font into FO
Posted: Tue Dec 04, 2007 6:26 pm
by bololo
Hi,
i transform an XML FO to PDF and i want include a specific font...
where can i find the configuration file of the FO processor
(os x)
thank
Posted: Tue Dec 04, 2007 7:10 pm
by sorin_ristache
Hello,
If you set the default FO engine in the transformation scenario which is Apache FOP (it comes with the oXygen application, you do not have to install it as a separate tool) then you must set the FOP configuration file in Options -> Preferences -> XML -> XSLT/FO/XQuery -> FO processors -- Configuration file for the built-in FOP. You can find this option also by typing 'FOP' or 'configuration' or 'configuration file' in the Search field at the top of the Preferences dialog.
If you use your own custom FO processor you must set the configuration file as a parameter in the command line where you configured the custom FO processor, that is in Options -> Preferences -> XML -> XSLT/FO/XQuery -> FO processors -- External FO Processors, the New button or the Edit button below the table with the external FO processors.
Regards,
Sorin