| FopRendererRender Method |
| Name | Description | |
|---|---|---|
| Render(Stream, Config, XslCompiledTransform) |
Transforms the engine's XML using the XslCompiledTransform into a temporary file, then launches FOP in command line mode to transform the XSL-FO file into a PDF one, then outputs the PDF file.
| |
| Render(TextWriter, Config, XslCompiledTransform) |
Not implemented.
| |
| Render(XmlWriter, Config, XslCompiledTransform) |
Not implemented.
|