Class that bundles all the error message templates as constants. More...
|
| const String |
DCTDECODE_FILTER_DECODING = "DCTDecode filter decoding into the " + "bit map is not supported. The stream data would be left in JPEG baseline format" |
| |
| const String |
FULL_COMPRESSION_APPEND_MODE_XREF_TABLE_INCONSISTENCY |
| |
| const String |
FULL_COMPRESSION_APPEND_MODE_XREF_STREAM_INCONSISTENCY |
| |
| const String |
JPXDECODE_FILTER_DECODING = "JPXDecode filter decoding into the " + "bit map is not supported. The stream data would be left in JPEG2000 format" |
| |
| const String |
UNABLE_TO_PARSE_COLOR_WITHIN_COLORSPACE = "Unable to parse color {0} within {1} color space" |
| |
Class that bundles all the error message templates as constants.
◆ FULL_COMPRESSION_APPEND_MODE_XREF_STREAM_INCONSISTENCY
| const String iText.Kernel.KernelLogMessageConstant.FULL_COMPRESSION_APPEND_MODE_XREF_STREAM_INCONSISTENCY |
|
static |
Initial value:
= "Full compression mode was "
+ "requested to be switched off in append mode but the original document has cross-reference stream, not "
+ "cross-reference table. Falling back to cross-reference stream in appended document and switching full "
+ "compression on"
◆ FULL_COMPRESSION_APPEND_MODE_XREF_TABLE_INCONSISTENCY
| const String iText.Kernel.KernelLogMessageConstant.FULL_COMPRESSION_APPEND_MODE_XREF_TABLE_INCONSISTENCY |
|
static |
Initial value:
= "Full compression mode requested "
+ "in append mode but the original document has cross-reference table, not cross-reference stream. "
+ "Falling back to cross-reference table in appended document and switching full compression off"