GetFopExecutable

This optional method retrieves the file path of the fop executable used to generate the PDF document.

UI Access NA
Parameters None
Return Value String containing the full file path of the fop executable.

 

Python Syntax GetFopExecutable()
Python Example
def GetFopExecutable(self):
    return "C:\\Program Files\\AnsysEM\\v242\\Win64\\common\\ApacheFOP\\fop-1.0\\fop"
fopExe = pluginExt.GetFopExecutable()