XSL-FO Modul
Before using the methods, the module must be configured as follows:
<module type="Onion.RenderEngine.CommonModules.XslFoModule, Onion.RenderEngine.CommonModules" />
If you wish to use RenderX instead of NFop, then you must configure the module as follows:
<module type="Onion.RenderEngine.CommonModules.XslFoModule, Onion.RenderEngine.CommonModules">
<foProcessor cliser="tcp://localhost:6570" />
</module>Namespace: http://onionworks.net/2006/extensions/fo
Name | Parameter | Return type | Description |
---|---|---|---|
process | iterator:string | void | Transforms an Xml into a PDF and writes it into the binary stream. |