public static final String |
BLANK_SHEET_NAME |
"Invalid sheet name has been selected: the name is blank. Specified sheet won\'t be converted." |
public static final String |
CONVERSION_FAILED |
"Conversion failed with the following message: {0}." |
public static final String |
FILE_TYPE_IS_NOT_DETECTED |
"Type of the converted input file is not detected." |
public static final String |
INPUT_FILE_DOES_NOT_EXIST |
"Input file does not exist: {0}" |
public static final String |
INVALID_CHARACTERS_IN_SHEET_NAME |
"Invalid sheet name \"{0}\" has been selected: the name contains some of the following characters: \":\", \"\\\", \"/\", \"?\", \"*\", \"[\" or \"]\". Specified sheet won\'t be converted." |
public static final String |
NEGATIVE_OR_ZERO_VALUES_ARE_NOT_ALLOWED |
"Negative or zero values are not allowed" |
public static final String |
NOT_POSSIBLE_TO_WRITE_OUTPUT |
"It is not possible to write to the passed output. No PDF will be generated" |
public static final String |
NULL_SHEET_NAME |
"Invalid sheet name has been selected: the name is null. Specified sheet won\'t be converted." |
public static final String |
OUTPUT_PDF_HAS_NO_PAGES |
"Output PDF has no pages" |
public static final String |
PAGE_NUMBER_EQUALS_TO_ZERO |
"Page number must not be equal to 0, since the document\'s pages are numbered in such a way that the first page has an index of 1." |
public static final String |
PASSED_FILE_IS_UNSUPPORTED |
"The passed file to be converted is of unsupported type: {0}" |
public static final String |
PASSED_RANGE_IS_EMPTY_AGAINST_PASSED_FILE |
"Passed range is empty against passed file" |
public static final String |
RANGE_HAS_DESCENDING_ORDER |
"Passed range has descending order: start page number \"{0}\" is greater than end page number \"{1}\"." |
public static final String |
THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT |
"{0} waiting time exceeded the maximum limit. Conversion will be aborted." |
public static final String |
THREAD_WAS_INTERRUPTED_DURING_CONVERSION |
"{0} was interrupted during document conversion." |
public static final String |
TOO_LONG_SHEET_NAME |
"Invalid sheet name \"{0}\" has been selected: the name exceeds 31 characters. Specified sheet won\'t be converted." |