Table of Contents

Class CliCommandUtil

Namespace
iText.IO.Util
Assembly
itext.io.dll
public sealed class CliCommandUtil
Inheritance
CliCommandUtil
Inherited Members

Methods

IsVersionCommandExecutable(string, string)

Checks if the command, passed as parameter, is executable and the output version text contains expected text

public static bool IsVersionCommandExecutable(string command, string versionText)

Parameters

command string

a string command to execute

versionText string

an expected version text line

Returns

bool

boolean result of checking: true - the required command is executable and the output version text is correct