Click or drag to resize
FopRendererRender Method (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.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void Render(
	Stream s,
	Config monConfig,
	XslCompiledTransform transformer
)

Parameters

s
Type: System.IOStream
The Stream to write to.
monConfig
Type: Activsoft.EngineConfig
The Config instance containing the request's parameters.
transformer
Type: System.Xml.XslXslCompiledTransform
The XslCompiledTransform to use to transform the engine's XML.

Implements

IRendererRender(Stream, Config, XslCompiledTransform)
See Also