Class containing constants to be used in exceptions in the IO module. More...
|
| const String |
COMPARE_COMMAND_IS_NOT_SPECIFIED |
| |
| const String |
COMPARE_COMMAND_SPECIFIED_INCORRECTLY |
| |
| const String |
GS_ENVIRONMENT_VARIABLE_IS_NOT_SPECIFIED |
| |
| const String |
GHOSTSCRIPT_FAILED = "GhostScript failed for " |
| |
| const String |
CANNOT_OPEN_OUTPUT_DIRECTORY = "Cannot open output directory for " |
| |
Class containing constants to be used in exceptions in the IO module.
◆ COMPARE_COMMAND_IS_NOT_SPECIFIED
| const String iText.IO.IoExceptionMessage.COMPARE_COMMAND_IS_NOT_SPECIFIED |
|
static |
Initial value:
= "ImageMagick comparison command is not specified. Set the "
+ ImageMagickHelper.MAGICK_COMPARE_ENVIRONMENT_VARIABLE + " environment variable with the CLI command which can run the ImageMagic comparison. See BUILDING.MD in the root of the repository for more details."
◆ COMPARE_COMMAND_SPECIFIED_INCORRECTLY
| const String iText.IO.IoExceptionMessage.COMPARE_COMMAND_SPECIFIED_INCORRECTLY |
|
static |
Initial value:
= "ImageMagick comparison command specified incorrectly. Set the "
+ ImageMagickHelper.MAGICK_COMPARE_ENVIRONMENT_VARIABLE + " environment variable with the CLI command which can run the ImageMagic comparison. See BUILDING.MD in the root of the repository for more details."
◆ GS_ENVIRONMENT_VARIABLE_IS_NOT_SPECIFIED
| const String iText.IO.IoExceptionMessage.GS_ENVIRONMENT_VARIABLE_IS_NOT_SPECIFIED |
|
static |
Initial value:
= "Ghostscript command is not specified or specified incorrectly. Set the "
+ GhostscriptHelper.GHOSTSCRIPT_ENVIRONMENT_VARIABLE + " environment variable to a CLI command that can run the Ghostscript application. See BUILDING.MD in the root of the repository for more details."