Click or drag to resize
IFopCommandLineGetCommandLine Method
Creates command line arguments for Apache FOP.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
string GetCommandLine(
	string fopHome,
	string input,
	string output
)

Parameters

fopHome
Type: SystemString
The FOP distribution root directory.
input
Type: SystemString
The input file (XSL-FO)
output
Type: SystemString
The output file (PDF)

Return Value

Type: String
command line arguments to transform input into output using FOP.
See Also