Click or drag to resize
FopRenderer Constructor
Initializes a new instance of the FopRenderer class.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public FopRenderer(
	string javaHome,
	string fopHome,
	string workingDir,
	int timeOut,
	string commandLine
)

Parameters

javaHome
Type: SystemString
Root directory for Java; the java.exe file is expected in a bin directory below this one.
fopHome
Type: SystemString
FOP distribution root directory; fop.jar is expected in a build directory below this one, and the libraries in a lib directory.
workingDir
Type: SystemString
Base directory to execute Java from. Relative resources in the XSL-FO file will be interpreted from this directory.
timeOut
Type: SystemInt32
Maximum execution time for Java.
commandLine
Type: SystemString
Argument part of the Java command line; {0} will be replaced by FOP home, {1} by the input file and {2} by the output file.
See Also