Click or drag to resize
FopRendererRender Method
Overload List
  NameDescription
Public methodRender(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.
Public methodRender(TextWriter, Config, XslCompiledTransform)
Not implemented.
Public methodRender(XmlWriter, Config, XslCompiledTransform)
Not implemented.
Top
See Also