| IFopCommandLineGetCommandLine Method |
Creates command line arguments for Apache FOP.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxstring GetCommandLine(
string fopHome,
string input,
string output
)
Function GetCommandLine (
fopHome As String,
input As String,
output As String
) As String
String^ GetCommandLine(
String^ fopHome,
String^ input,
String^ output
)
abstract GetCommandLine :
fopHome : string *
input : string *
output : string -> string
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:
Stringcommand line arguments to transform input into output using FOP.
See Also