Click or drag to resize
FopRendererFactoryCommandLine Property
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.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string CommandLine { get; }

Property Value

Type: String
The command line. Default: -classpath {0}\build\fop.jar;{0}\lib\avalon-framework-cvs-20020806.jar;{0}\lib\batik.jar;{0}\lib\jimi-1.0.jar;{0}\lib\xalan-2.4.1.jar;{0}\lib\xml-apis.jar;{0}\lib\xercesImpl-2.2.1.jar; org.apache.fop.apps.Fop -c {0}\conf\userconfig.xml -fo {1} -pdf {2}
See Also