include a specific font into FO

Here should go questions about transforming XML with XSLT and FOP.
bololo
Posts: 1
Joined: Tue Dec 04, 2007 6:20 pm
Location: France

include a specific font into FO

Post 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
Bololo
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Post Reply