Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
CODE_A |
200 |
public static final char |
CODE_AB_TO_C |
99 |
public static final char |
CODE_AC_TO_B |
100 |
public static final char |
CODE_BC_TO_A |
101 |
public static final char |
CODE_C |
199 |
public static final int |
CODE128 |
1 |
public static final int |
CODE128_RAW |
3 |
public static final int |
CODE128_UCC |
2 |
public static final char |
DEL |
195 |
public static final char |
FNC1 |
202 |
public static final char |
FNC1_INDEX |
102 |
public static final char |
FNC2 |
197 |
public static final char |
FNC3 |
196 |
public static final char |
FNC4 |
200 |
public static final char |
SHIFT |
198 |
public static final char |
START_A |
103 |
public static final char |
START_B |
104 |
public static final char |
START_C |
105 |
public static final char |
STARTA |
203 |
public static final char |
STARTB |
204 |
public static final char |
STARTC |
205 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALIGN_CENTER |
3 |
public static final int |
ALIGN_LEFT |
1 |
public static final int |
ALIGN_RIGHT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final float |
DEFAULT_MODULE_SIZE |
1.0f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_DATA_MATRIX_ENCODING |
"iso-8859-1" |
public static final int |
DM_ASCII |
1 |
public static final int |
DM_AUTO |
0 |
public static final int |
DM_B256 |
4 |
public static final int |
DM_C40 |
2 |
public static final int |
DM_EDIFACT |
6 |
public static final int |
DM_ERROR_EXTENSION |
5 |
public static final int |
DM_ERROR_INVALID_SQUARE |
3 |
public static final int |
DM_ERROR_TEXT_TOO_BIG |
1 |
public static final int |
DM_EXTENSION |
32 |
public static final int |
DM_NO_ERROR |
0 |
public static final int |
DM_RAW |
7 |
public static final int |
DM_TEST |
64 |
public static final int |
DM_TEXT |
3 |
public static final int |
DM_X12 |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EAN13 |
1 |
public static final int |
EAN8 |
2 |
public static final int |
SUPP2 |
5 |
public static final int |
SUPP5 |
6 |
public static final int |
UPCA |
3 |
public static final int |
UPCE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ABSOLUTE_MAX_TEXT_SIZE |
5420 |
protected static final int |
AL |
28 |
protected static final int |
ALPHA |
65536 |
protected static final int |
AS |
27 |
protected static final int |
BYTE_MODE |
901 |
protected static final int |
BYTE_MODE_6 |
924 |
protected static final int |
BYTESHIFT |
913 |
protected static final float |
DEFAUL_MODULE_HEIGHT |
1.0f |
protected static final float |
DEFAUL_MODULE_WIDTH |
1.0f |
protected static final int |
ISBYTE |
1048576 |
protected static final int |
LL |
27 |
protected static final int |
LOWER |
131072 |
protected static final int |
MACRO_LAST_SEGMENT |
922 |
protected static final int |
MACRO_SEGMENT_ID |
928 |
protected static final int |
MAX_DATA_CODEWORDS |
926 |
protected static final int |
MIXED |
262144 |
protected static final int |
ML |
28 |
protected static final int |
MOD |
929 |
protected static final int |
NUMERIC_MODE |
902 |
protected static final int |
PAL |
29 |
public static final int |
PDF417_AUTO_ERROR_LEVEL |
0 |
public static final int |
PDF417_FIXED_COLUMNS |
2 |
public static final int |
PDF417_FIXED_RECTANGLE |
1 |
public static final int |
PDF417_FIXED_ROWS |
4 |
public static final int |
PDF417_FORCE_BINARY |
32 |
public static final int |
PDF417_INVERT_BITMAP |
128 |
public static final int |
PDF417_USE_ASPECT_RATIO |
0 |
public static final int |
PDF417_USE_ERROR_LEVEL |
16 |
public static final int |
PDF417_USE_MACRO |
256 |
public static final int |
PDF417_USE_RAW_CODEWORDS |
64 |
protected static final int |
PL |
25 |
protected static final int |
PS |
29 |
protected static final int |
PUNCTUATION |
524288 |
protected static final int |
SPACE |
26 |
protected static final int |
START_CODE_SIZE |
17 |
protected static final int |
START_PATTERN |
130728 |
protected static final int |
STOP_PATTERN |
260649 |
protected static final int |
STOP_SIZE |
18 |
protected static final int |
TEXT_MODE |
900 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CODABAR_MUST_HAVE_AT_LEAST_START_AND_STOP_CHARACTER |
"Codabar must have at least start and stop character." |
public static final String |
CODABAR_MUST_HAVE_ONE_ABCD_AS_START_STOP_CHARACTER |
"Codabar must have one of \'ABCD\' as start/stop character." |
public static final String |
ILLEGAL_CHARACTER_IN_CODABAR_BARCODE |
"Illegal character in Codabar Barcode." |
public static final String |
IN_CODABAR_START_STOP_CHARACTERS_ARE_ONLY_ALLOWED_AT_THE_EXTREMES |
"In Codabar, start/stop characters are only allowed at the extremes." |
public static final String |
INVALID_CODEWORD_SIZE |
"Invalid codeword size." |
public static final String |
MACRO_SEGMENT_ID_MUST_BE_GT_OR_EQ_ZERO |
"macroSegmentId must be >= 0" |
public static final String |
MACRO_SEGMENT_ID_MUST_BE_GT_ZERO |
"macroSegmentId must be > 0" |
public static final String |
MACRO_SEGMENT_ID_MUST_BE_LT_MACRO_SEGMENT_COUNT |
"macroSegmentId must be < macroSemgentCount" |
public static final String |
TEXT_CANNOT_BE_NULL |
"Text cannot be null." |
public static final String |
TEXT_IS_TOO_BIG |
"Text is too big." |
public static final String |
TEXT_MUST_BE_EVEN |
"The text length must be even." |
public static final String |
THERE_ARE_ILLEGAL_CHARACTERS_FOR_BARCODE_128 |
"There are illegal characters for barcode 128 in {0}." |
public static final String |
TWO_BARCODE_MUST_BE_EXTERNALLY |
"The two barcodes must be composed externally." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CORE_BARCODES |
"com.itextpdf.barcodes" |
public static final String |
CORE_EVENTS |
"com.itextpdf.events" |
public static final String |
CORE_FORMS |
"com.itextpdf.forms" |
public static final String |
CORE_IO |
"com.itextpdf.io" |
public static final String |
CORE_KERNEL |
"com.itextpdf.kernel" |
public static final String |
CORE_LAYOUT |
"com.itextpdf.layout" |
public static final String |
CORE_PDFA |
"com.itextpdf.pdfa" |
public static final String |
CORE_SIGN |
"com.itextpdf.signatures" |
public static final String |
CORE_SVG |
"com.itextpdf.svg" |
public static final String |
CORE_SXP |
"com.itextpdf.styledxmlparser" |
public static final String |
ITEXT |
"com.itextpdf" |
public static final String |
PDF_HTML |
"com.itextpdf.html2pdf" |
public static final String |
PDF_OCR |
"com.itextpdf.pdfocr" |
public static final String |
PDF_OCR_TESSERACT4 |
"com.itextpdf.pdfocr.tesseract4" |
public static final String |
PDF_SWEEP |
"com.itextpdf.pdfcleanup" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ITEXT_CORE |
"itext-core" |
public static final String |
PDF_HTML |
"pdfHtml" |
public static final String |
PDF_OCR_TESSERACT4 |
"pdfOcr-tesseract4" |
public static final String |
PDF_SWEEP |
"pdfSweep" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_DURING_EVENT_PROCESSING |
"Error during event processing" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ELEMENT_ALREADY_HAS_IDENTIFIER |
"Element already has sequence id: {0}, new id {1} will be ignored" |
public static final String |
FILE_NAME_ALREADY_EXIST |
"File name: {0}, already exists." |
public static final String |
FILE_NAME_CAN_NOT_BE_NULL |
"File name can not be null." |
public static final String |
FILE_NAME_SHOULD_BE_UNIQUE |
"File name should be unique." |
public static final String |
FILE_SHOULD_EXIST |
"File should exist." |
public static final String |
INVALID_USAGE_CONFIGURATION_FORBIDDEN |
"Invalid usage of placeholder \"{0}\": any configuration is forbidden" |
public static final String |
INVALID_USAGE_FORMAT_REQUIRED |
"Invalid usage of placeholder \"{0}\": format is required" |
public static final String |
JSON_OBJECT_CAN_NOT_BE_NULL |
"Passed json object can not be null" |
public static final String |
NO_EVENTS_WERE_REGISTERED_FOR_THE_DOCUMENT |
"No events were registered for the document!" |
public static final String |
PATTERN_CONTAINS_OPEN_QUOTATION |
"Pattern contains open quotation!" |
public static final String |
PATTERN_CONTAINS_UNEXPECTED_CHARACTER |
"Pattern contains unexpected character {0}" |
public static final String |
PATTERN_CONTAINS_UNEXPECTED_COMPONENT |
"Pattern contains unexpected component {0}" |
public static final String |
PRODUCT_NAME_CAN_NOT_BE_NULL |
"Product name can not be null." |
public static final String |
STREAM_CAN_NOT_BE_NULL |
"Passed stream can not be null" |
public static final String |
UNKNOWN_ITEXT_EXCEPTION |
"Unknown ITextException." |
public static final String |
ZIP_ENTRY_NOT_FOUND |
"Zip entry not found for name: {0}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNKNOWN_PRODUCT |
"Product {0} is unknown. Probably you have to register it." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INVALID_STATISTICS_NAME |
"Statistics name {0} is invalid. Cannot find corresponding statistics aggregator." |
public static final String |
LOCAL_FILE_COMPRESSION_FAILED |
"Cannot archive files into zip. Exception message: {0}." |
public static final String |
UNABLE_TO_DESERIALIZE_JSON |
"Unable to deserialize json. Exception {0} was thrown with the message: {1}." |
public static final String |
UNABLE_TO_SERIALIZE_OBJECT |
"Unable to serialize object. Exception {0} was thrown with the message: {1}." |
public static final String |
UNKNOWN_PLACEHOLDER_WAS_IGNORED |
"Unknown placeholder {0} was ignored" |
public static final String |
UNREPORTED_EVENT |
"Event for the product {0} with type {1} attempted to be confirmed but it had not been reported yet. Probably appropriate process fail" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DECODE |
0 |
public static final int |
DONT_BREAK_LINES |
8 |
public static final int |
ENCODE |
1 |
public static final int |
GZIP |
2 |
public static final int |
NO_OPTIONS |
0 |
public static final int |
ORDERED |
32 |
public static final int |
URL_SAFE |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
APPEND_ONLY |
2 |
public static final int |
SIGNATURE_EXIST |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FIELD_FLATTENING_IS_NOT_SUPPORTED_IN_APPEND_MODE |
"Field flattening is not supported in append mode." |
public static final String |
N_ENTRY_IS_REQUIRED_FOR_APPEARANCE_DICTIONARY |
"\\N entry is required to be present in an appearance dictionary." |
public static final String |
PAGE_ALREADY_FLUSHED_USE_ADD_FIELD_APPEARANCE_TO_PAGE_METHOD_BEFORE_PAGE_FLUSHING |
"The page has been already flushed. Use PdfAcroForm#addFieldAppearanceToPage() method before page flushing." |
public static final String |
WRONG_FORM_FIELD_ADD_ANNOTATION_TO_THE_FIELD |
"Wrong form field. Add annotation to the field." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ATTRIBUTE_NAME_OR_VALUE_MISSING |
"Attribute name or value are missing" |
public static final String |
PAGE_IS_MISSING |
"Required Page attribute is missing." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALIGN_CENTER |
1 |
public static final int |
ALIGN_LEFT |
0 |
public static final int |
ALIGN_RIGHT |
2 |
public static final int |
HIDDEN |
1 |
public static final int |
HIDDEN_BUT_PRINTABLE |
3 |
public static final int |
TYPE_CHECK |
1 |
public static final int |
TYPE_CIRCLE |
2 |
public static final int |
TYPE_CROSS |
3 |
public static final int |
TYPE_DIAMOND |
4 |
public static final int |
TYPE_SQUARE |
5 |
public static final int |
TYPE_STAR |
6 |
public static final int |
VISIBLE |
4 |
public static final int |
VISIBLE_BUT_DOES_NOT_PRINT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
check |
"0.8 0 0 0.8 0.3 0.5 cm 0 0 m\n0.066 -0.026 l\n0.137 -0.15 l\n0.259 0.081 0.46 0.391 0.553 0.461 c\n0.604 0.489 l\n0.703 0.492 l\n0.543 0.312 0.255 -0.205 0.154 -0.439 c\n0.069 -0.399 l\n0.035 -0.293 -0.039 -0.136 -0.091 -0.057 c\nh\nf\n" |
protected static final String |
circle |
"1 0 0 1 0.86 0.5 cm 0 0 m\n0 0.204 -0.166 0.371 -0.371 0.371 c\n-0.575 0.371 -0.741 0.204 -0.741 0 c\n-0.741 -0.204 -0.575 -0.371 -0.371 -0.371 c\n-0.166 -0.371 0 -0.204 0 0 c\nf\n" |
protected static final String |
cross |
"1 0 0 1 0.80 0.8 cm 0 0 m\n-0.172 -0.027 l\n-0.332 -0.184 l\n-0.443 -0.019 l\n-0.475 -0.009 l\n-0.568 -0.168 l\n-0.453 -0.324 l\n-0.58 -0.497 l\n-0.59 -0.641 l\n-0.549 -0.627 l\n-0.543 -0.612 -0.457 -0.519 -0.365 -0.419 c\n-0.163 -0.572 l\n-0.011 -0.536 l\n-0.004 -0.507 l\n-0.117 -0.441 l\n-0.246 -0.294 l\n-0.132 -0.181 l\n0.031 -0.04 l\nh\nf\n" |
protected static final String |
diamond |
"1 0 0 1 0.5 0.12 cm 0 0 m\n0.376 0.376 l\n0 0.751 l\n-0.376 0.376 l\nh\nf\n" |
protected static final String |
square |
"1 0 0 1 0.835 0.835 cm 0 0 -0.669 -0.67 re\nf\n" |
protected static final String |
star |
"0.95 0 0 0.95 0.85 0.6 cm 0 0 m\n-0.291 0 l\n-0.381 0.277 l\n-0.47 0 l\n-0.761 0 l\n-0.526 -0.171 l\n-0.616 -0.448 l\n-0.381 -0.277 l\n-0.145 -0.448 l\n-0.236 -0.171 l\nh\nf\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
XFA_DATA_SCHEMA |
"http://www.xfa.org/schema/xfa-data/1.0/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACTION |
"Action" |
public static final String |
ANNOT |
"annot" |
public static final String |
ANNOTS |
"annots" |
public static final String |
APPEARANCE |
"appearance" |
public static final String |
BORDER_STYLE_ALT |
"BorderStyleAlt" |
public static final String |
BOTTOM |
"Bottom" |
public static final String |
CAPTION |
"caption" |
public static final String |
CAPTION_OFFSET_H |
"caption-offset-h" |
public static final String |
CAPTION_OFFSET_V |
"caption-offset-v" |
public static final String |
CAPTION_STYLE |
"caption-style" |
public static final String |
CARET |
"caret" |
public static final String |
CIRCLE |
"circle" |
public static final String |
COLOR |
"color" |
public static final String |
CONTENTS |
"contents" |
public static final String |
CONTENTS_RICHTEXT |
"contents-richtext" |
public static final String |
COORDS |
"coords" |
public static final String |
CREATION_DATE |
"creationdate" |
public static final String |
DASH_PATTERN |
"DashPattern" |
public static final String |
DASHES |
"dashes" |
public static final String |
DATE |
"date" |
public static final String |
DEFAULT_APPEARANCE |
"defaultappearance" |
public static final String |
DEFAULT_STYLE |
"defaultstyle" |
public static final String |
DEST |
"Dest" |
public static final String |
EMPTY_F_LEMENT |
"Empty f element, no href attribute found." |
public static final String |
EMPTY_FIELD_NAME_ELEMENT |
"Field has no name attribute." |
public static final String |
EMPTY_FIELD_VALUE_ELEMENT |
"Field has no value." |
public static final String |
EMPTY_IDS_ELEMENT |
"Empty ids element, original and/or modified id attributes not found." |
public static final String |
END |
"end" |
public static final String |
F |
"f" |
public static final String |
FIELD |
"field" |
public static final String |
FIELDS |
"fields" |
public static final String |
FILE |
"File" |
public static final String |
FILEATTACHMENT |
"fileattachment" |
public static final String |
FIT |
"Fit" |
public static final String |
FIT_B |
"FitB" |
public static final String |
FIT_BH |
"FitBH" |
public static final String |
FIT_BV |
"FitBV" |
public static final String |
FIT_H |
"FitH" |
public static final String |
FIT_R |
"FitR" |
public static final String |
FIT_V |
"FitV" |
public static final String |
FLAGS |
"flags" |
public static final String |
FREETEXT |
"freetext" |
public static final String |
FRINGE |
"fringe" |
public static final String |
GO_TO |
"GoTo" |
public static final String |
GO_TO_R |
"GoToR" |
public static final String |
H_CORNER_RADIUS |
"HCornerRadius" |
public static final String |
HEAD |
"head" |
public static final String |
HIDDEN |
"hidden" |
public static final String |
HIGHLIGHT |
"highlight" |
public static final String |
HREF |
"href" |
public static final String |
ICON |
"icon" |
public static final String |
IDS |
"ids" |
public static final String |
IN_REPLY_TO |
"inreplyto" |
public static final String |
INK |
"ink" |
public static final String |
INTENT |
"intent" |
public static final String |
INTERIOR_COLOR |
"interior-color" |
public static final String |
INVISIBLE |
"invisible" |
public static final String |
IS_MAP |
"IsMap" |
public static final String |
JUSTIFICATION |
"justification" |
public static final String |
LAUNCH |
"Launch" |
public static final String |
LEADER_EXTENDED |
"leaderExtended" |
public static final String |
LEADER_LENGTH |
"leaderLength" |
public static final String |
LEADER_OFFSET |
"leader-offset" |
public static final String |
LEFT |
"Left" |
public static final String |
LINE |
"line" |
public static final String |
LINK |
"link" |
public static final String |
LOCKED |
"locked" |
public static final String |
MODIFIED |
"modified" |
public static final String |
NAME |
"name" |
public static final String |
NAME_CAPITAL |
"Name" |
public static final String |
NAMED |
"Named" |
public static final String |
NEW_WINDOW |
"NewWindow" |
public static final String |
NO_ROTATE |
"norotate" |
public static final String |
NO_VIEW |
"noview" |
public static final String |
NO_ZOOM |
"nozoom" |
public static final String |
ON_ACTIVATION |
"OnActivation" |
public static final String |
OPACITY |
"opacity" |
public static final String |
OPEN |
"open" |
public static final String |
ORIGINAL |
"original" |
public static final String |
ORIGINAL_NAME |
"OriginalName" |
public static final String |
PAGE |
"page" |
public static final String |
PAGE_CAPITAL |
"Page" |
public static final String |
POLYGON |
"polygon" |
public static final String |
POLYLINE |
"polyline" |
public static final String |
POPUP |
"popup" |
public static final String |
PRINT |
"print" |
public static final String |
PROJECTION |
"projection" |
public static final String |
READ_ONLY |
"readonly" |
public static final String |
RECT |
"rect" |
public static final String |
REDACT |
"redact" |
public static final String |
REPLY_TYPE |
"replyType" |
public static final String |
RIGHT |
"Right" |
public static final String |
ROTATION |
"rotation" |
public static final String |
SOUND |
"sound" |
public static final String |
SQUARE |
"square" |
public static final String |
SQUIGGLY |
"squiggly" |
public static final String |
STAMP |
"stamp" |
public static final String |
START |
"start" |
public static final String |
STATE |
"state" |
public static final String |
STATE_MODEL |
"statemodel" |
public static final String |
STRIKEOUT |
"strikeout" |
public static final String |
STYLE |
"style" |
public static final String |
SUBJECT |
"subject" |
public static final String |
TAIL |
"tail" |
public static final String |
TEXT |
"text" |
public static final String |
TITLE |
"title" |
public static final String |
TOGGLE_NO_VIEW |
"togglenoview" |
public static final String |
TOP |
"Top" |
public static final String |
UNDERLINE |
"underline" |
public static final String |
URI |
"URI" |
public static final String |
V_CORNER_RADIUS |
"VCornerRadius" |
public static final String |
VALUE |
"value" |
public static final String |
VERTICES |
"vertices" |
public static final String |
WIDTH |
"width" |
public static final String |
WIDTH_CAPITAL |
"Width" |
public static final String |
XYZ |
"xyz" |
public static final String |
XYZ_CAPITAL |
"XYZ" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
END_OF_FILE |
51 |
public static final int |
END_OF_PAGE |
49 |
public static final int |
END_OF_STRIPE |
50 |
public static final int |
EXTENSION |
62 |
public static final int |
IMMEDIATE_GENERIC_REFINEMENT_REGION |
42 |
public static final int |
IMMEDIATE_GENERIC_REGION |
38 |
public static final int |
IMMEDIATE_HALFTONE_REGION |
22 |
public static final int |
IMMEDIATE_LOSSLESS_GENERIC_REFINEMENT_REGION |
43 |
public static final int |
IMMEDIATE_LOSSLESS_GENERIC_REGION |
39 |
public static final int |
IMMEDIATE_LOSSLESS_HALFTONE_REGION |
23 |
public static final int |
IMMEDIATE_LOSSLESS_TEXT_REGION |
7 |
public static final int |
IMMEDIATE_TEXT_REGION |
6 |
public static final int |
INTERMEDIATE_GENERIC_REFINEMENT_REGION |
40 |
public static final int |
INTERMEDIATE_GENERIC_REGION |
36 |
public static final int |
INTERMEDIATE_HALFTONE_REGION |
20 |
public static final int |
INTERMEDIATE_TEXT_REGION |
4 |
public static final int |
PAGE_INFORMATION |
48 |
public static final int |
PATTERN_DICTIONARY |
16 |
public static final int |
PROFILES |
52 |
public static final int |
SYMBOL_DICTIONARY |
0 |
public static final int |
TABLES |
53 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CLEANFAXDATA_CLEAN |
0 |
public static final int |
CLEANFAXDATA_REGENERATED |
1 |
public static final int |
CLEANFAXDATA_UNCLEAN |
2 |
public static final int |
COLORRESPONSEUNIT_100000S |
5 |
public static final int |
COLORRESPONSEUNIT_10000S |
4 |
public static final int |
COLORRESPONSEUNIT_1000S |
3 |
public static final int |
COLORRESPONSEUNIT_100S |
2 |
public static final int |
COLORRESPONSEUNIT_10S |
1 |
public static final int |
COMPRESSION_ADOBE_DEFLATE |
8 |
public static final int |
COMPRESSION_CCITTFAX3 |
3 |
public static final int |
COMPRESSION_CCITTFAX4 |
4 |
public static final int |
COMPRESSION_CCITTRLE |
2 |
public static final int |
COMPRESSION_CCITTRLEW |
32771 |
public static final int |
COMPRESSION_DCS |
32947 |
public static final int |
COMPRESSION_DEFLATE |
32946 |
public static final int |
COMPRESSION_IT8BL |
32898 |
public static final int |
COMPRESSION_IT8CTPAD |
32895 |
public static final int |
COMPRESSION_IT8LW |
32896 |
public static final int |
COMPRESSION_IT8MP |
32897 |
public static final int |
COMPRESSION_JBIG |
34661 |
public static final int |
COMPRESSION_JPEG |
7 |
public static final int |
COMPRESSION_LZW |
5 |
public static final int |
COMPRESSION_NEXT |
32766 |
public static final int |
COMPRESSION_NONE |
1 |
public static final int |
COMPRESSION_OJPEG |
6 |
public static final int |
COMPRESSION_PACKBITS |
32773 |
public static final int |
COMPRESSION_PIXARFILM |
32908 |
public static final int |
COMPRESSION_PIXARLOG |
32909 |
public static final int |
COMPRESSION_SGILOG |
34676 |
public static final int |
COMPRESSION_SGILOG24 |
34677 |
public static final int |
COMPRESSION_THUNDERSCAN |
32809 |
public static final int |
EXTRASAMPLE_ASSOCALPHA |
1 |
public static final int |
EXTRASAMPLE_UNASSALPHA |
2 |
public static final int |
EXTRASAMPLE_UNSPECIFIED |
0 |
public static final int |
FILETYPE_MASK |
4 |
public static final int |
FILETYPE_PAGE |
2 |
public static final int |
FILETYPE_REDUCEDIMAGE |
1 |
public static final int |
FILLORDER_LSB2MSB |
2 |
public static final int |
FILLORDER_MSB2LSB |
1 |
public static final int |
GRAYRESPONSEUNIT_100000S |
5 |
public static final int |
GRAYRESPONSEUNIT_10000S |
4 |
public static final int |
GRAYRESPONSEUNIT_1000S |
3 |
public static final int |
GRAYRESPONSEUNIT_100S |
2 |
public static final int |
GRAYRESPONSEUNIT_10S |
1 |
public static final int |
GROUP3OPT_2DENCODING |
1 |
public static final int |
GROUP3OPT_FILLBITS |
4 |
public static final int |
GROUP3OPT_UNCOMPRESSED |
2 |
public static final int |
GROUP4OPT_FILLBITS |
4 |
public static final int |
GROUP4OPT_UNCOMPRESSED |
2 |
public static final int |
INKSET_CMYK |
1 |
public static final int |
JPEGPROC_BASELINE |
1 |
public static final int |
JPEGPROC_LOSSLESS |
14 |
public static final int |
OFILETYPE_IMAGE |
1 |
public static final int |
OFILETYPE_PAGE |
3 |
public static final int |
OFILETYPE_REDUCEDIMAGE |
2 |
public static final int |
ORIENTATION_BOTLEFT |
4 |
public static final int |
ORIENTATION_BOTRIGHT |
3 |
public static final int |
ORIENTATION_LEFTBOT |
8 |
public static final int |
ORIENTATION_LEFTTOP |
5 |
public static final int |
ORIENTATION_RIGHTBOT |
7 |
public static final int |
ORIENTATION_RIGHTTOP |
6 |
public static final int |
ORIENTATION_TOPLEFT |
1 |
public static final int |
ORIENTATION_TOPRIGHT |
2 |
public static final int |
PHOTOMETRIC_CIELAB |
8 |
public static final int |
PHOTOMETRIC_LOGL |
32844 |
public static final int |
PHOTOMETRIC_LOGLUV |
32845 |
public static final int |
PHOTOMETRIC_MASK |
4 |
public static final int |
PHOTOMETRIC_MINISBLACK |
1 |
public static final int |
PHOTOMETRIC_MINISWHITE |
0 |
public static final int |
PHOTOMETRIC_PALETTE |
3 |
public static final int |
PHOTOMETRIC_RGB |
2 |
public static final int |
PHOTOMETRIC_SEPARATED |
5 |
public static final int |
PHOTOMETRIC_YCBCR |
6 |
public static final int |
PLANARCONFIG_CONTIG |
1 |
public static final int |
PLANARCONFIG_SEPARATE |
2 |
public static final int |
PREDICTOR_HORIZONTAL_DIFFERENCING |
2 |
public static final int |
PREDICTOR_NONE |
1 |
public static final int |
RESUNIT_CENTIMETER |
3 |
public static final int |
RESUNIT_INCH |
2 |
public static final int |
RESUNIT_NONE |
1 |
public static final int |
SAMPLEFORMAT_COMPLEXIEEEFP |
6 |
public static final int |
SAMPLEFORMAT_COMPLEXINT |
5 |
public static final int |
SAMPLEFORMAT_IEEEFP |
3 |
public static final int |
SAMPLEFORMAT_INT |
2 |
public static final int |
SAMPLEFORMAT_UINT |
1 |
public static final int |
SAMPLEFORMAT_VOID |
4 |
public static final int |
THRESHHOLD_BILEVEL |
1 |
public static final int |
THRESHHOLD_ERRORDIFFUSE |
3 |
public static final int |
THRESHHOLD_HALFTONE |
2 |
public static final int |
TIFFTAG_ARTIST |
315 |
public static final int |
TIFFTAG_BADFAXLINES |
326 |
public static final int |
TIFFTAG_BITSPERSAMPLE |
258 |
public static final int |
TIFFTAG_CELLLENGTH |
265 |
public static final int |
TIFFTAG_CELLWIDTH |
264 |
public static final int |
TIFFTAG_CLEANFAXDATA |
327 |
public static final int |
TIFFTAG_COLORMAP |
320 |
public static final int |
TIFFTAG_COLORRESPONSEUNIT |
300 |
public static final int |
TIFFTAG_COMPRESSION |
259 |
public static final int |
TIFFTAG_CONSECUTIVEBADFAXLINES |
328 |
public static final int |
TIFFTAG_COPYRIGHT |
33432 |
public static final int |
TIFFTAG_DATATYPE |
32996 |
public static final int |
TIFFTAG_DATETIME |
306 |
public static final int |
TIFFTAG_DCSHUESHIFTVALUES |
65535 |
public static final int |
TIFFTAG_DOCUMENTNAME |
269 |
public static final int |
TIFFTAG_DOTRANGE |
336 |
public static final int |
TIFFTAG_EXTRASAMPLES |
338 |
public static final int |
TIFFTAG_FAXRECVPARAMS |
34908 |
public static final int |
TIFFTAG_FAXRECVTIME |
34910 |
public static final int |
TIFFTAG_FAXSUBADDRESS |
34909 |
public static final int |
TIFFTAG_FEDEX_EDR |
34929 |
public static final int |
TIFFTAG_FILLORDER |
266 |
public static final int |
TIFFTAG_FRAMECOUNT |
34232 |
public static final int |
TIFFTAG_FREEBYTECOUNTS |
289 |
public static final int |
TIFFTAG_FREEOFFSETS |
288 |
public static final int |
TIFFTAG_GRAYRESPONSECURVE |
291 |
public static final int |
TIFFTAG_GRAYRESPONSEUNIT |
290 |
public static final int |
TIFFTAG_GROUP3OPTIONS |
292 |
public static final int |
TIFFTAG_GROUP4OPTIONS |
293 |
public static final int |
TIFFTAG_HALFTONEHINTS |
321 |
public static final int |
TIFFTAG_HOSTCOMPUTER |
316 |
public static final int |
TIFFTAG_ICCPROFILE |
34675 |
public static final int |
TIFFTAG_IMAGEDEPTH |
32997 |
public static final int |
TIFFTAG_IMAGEDESCRIPTION |
270 |
public static final int |
TIFFTAG_IMAGELENGTH |
257 |
public static final int |
TIFFTAG_IMAGEWIDTH |
256 |
public static final int |
TIFFTAG_INKNAMES |
333 |
public static final int |
TIFFTAG_INKSET |
332 |
public static final int |
TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH |
34021 |
public static final int |
TIFFTAG_IT8BITSPERRUNLENGTH |
34020 |
public static final int |
TIFFTAG_IT8BKGCOLORINDICATOR |
34024 |
public static final int |
TIFFTAG_IT8BKGCOLORVALUE |
34026 |
public static final int |
TIFFTAG_IT8COLORCHARACTERIZATION |
34029 |
public static final int |
TIFFTAG_IT8COLORSEQUENCE |
34017 |
public static final int |
TIFFTAG_IT8COLORTABLE |
34022 |
public static final int |
TIFFTAG_IT8HEADER |
34018 |
public static final int |
TIFFTAG_IT8IMAGECOLORINDICATOR |
34023 |
public static final int |
TIFFTAG_IT8IMAGECOLORVALUE |
34025 |
public static final int |
TIFFTAG_IT8PIXELINTENSITYRANGE |
34027 |
public static final int |
TIFFTAG_IT8RASTERPADDING |
34019 |
public static final int |
TIFFTAG_IT8SITE |
34016 |
public static final int |
TIFFTAG_IT8TRANSPARENCYINDICATOR |
34028 |
public static final int |
TIFFTAG_JBIGOPTIONS |
34750 |
public static final int |
TIFFTAG_JPEGACTABLES |
521 |
public static final int |
TIFFTAG_JPEGDCTABLES |
520 |
public static final int |
TIFFTAG_JPEGIFBYTECOUNT |
514 |
public static final int |
TIFFTAG_JPEGIFOFFSET |
513 |
public static final int |
TIFFTAG_JPEGLOSSLESSPREDICTORS |
517 |
public static final int |
TIFFTAG_JPEGPOINTTRANSFORM |
518 |
public static final int |
TIFFTAG_JPEGPROC |
512 |
public static final int |
TIFFTAG_JPEGQTABLES |
519 |
public static final int |
TIFFTAG_JPEGRESTARTINTERVAL |
515 |
public static final int |
TIFFTAG_JPEGTABLES |
347 |
public static final int |
TIFFTAG_MAKE |
271 |
public static final int |
TIFFTAG_MATTEING |
32995 |
public static final int |
TIFFTAG_MAXSAMPLEVALUE |
281 |
public static final int |
TIFFTAG_MINSAMPLEVALUE |
280 |
public static final int |
TIFFTAG_MODEL |
272 |
public static final int |
TIFFTAG_NUMBEROFINKS |
334 |
public static final int |
TIFFTAG_ORIENTATION |
274 |
public static final int |
TIFFTAG_OSUBFILETYPE |
255 |
public static final int |
TIFFTAG_PAGENAME |
285 |
public static final int |
TIFFTAG_PAGENUMBER |
297 |
public static final int |
TIFFTAG_PHOTOMETRIC |
262 |
public static final int |
TIFFTAG_PHOTOSHOP |
34377 |
public static final int |
TIFFTAG_PIXAR_FOVCOT |
33304 |
public static final int |
TIFFTAG_PIXAR_IMAGEFULLLENGTH |
33301 |
public static final int |
TIFFTAG_PIXAR_IMAGEFULLWIDTH |
33300 |
public static final int |
TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA |
33306 |
public static final int |
TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN |
33305 |
public static final int |
TIFFTAG_PIXAR_TEXTUREFORMAT |
33302 |
public static final int |
TIFFTAG_PIXAR_WRAPMODES |
33303 |
public static final int |
TIFFTAG_PLANARCONFIG |
284 |
public static final int |
TIFFTAG_PREDICTOR |
317 |
public static final int |
TIFFTAG_PRIMARYCHROMATICITIES |
319 |
public static final int |
TIFFTAG_REFERENCEBLACKWHITE |
532 |
public static final int |
TIFFTAG_REFPTS |
32953 |
public static final int |
TIFFTAG_REGIONAFFINE |
32956 |
public static final int |
TIFFTAG_REGIONTACKPOINT |
32954 |
public static final int |
TIFFTAG_REGIONWARPCORNERS |
32955 |
public static final int |
TIFFTAG_RESOLUTIONUNIT |
296 |
public static final int |
TIFFTAG_RICHTIFFIPTC |
33723 |
public static final int |
TIFFTAG_ROWSPERSTRIP |
278 |
public static final int |
TIFFTAG_SAMPLEFORMAT |
339 |
public static final int |
TIFFTAG_SAMPLESPERPIXEL |
277 |
public static final int |
TIFFTAG_SMAXSAMPLEVALUE |
341 |
public static final int |
TIFFTAG_SMINSAMPLEVALUE |
340 |
public static final int |
TIFFTAG_SOFTWARE |
305 |
public static final int |
TIFFTAG_STONITS |
37439 |
public static final int |
TIFFTAG_STRIPBYTECOUNTS |
279 |
public static final int |
TIFFTAG_STRIPOFFSETS |
273 |
public static final int |
TIFFTAG_SUBFILETYPE |
254 |
public static final int |
TIFFTAG_SUBIFD |
330 |
public static final int |
TIFFTAG_TARGETPRINTER |
337 |
public static final int |
TIFFTAG_THRESHHOLDING |
263 |
public static final int |
TIFFTAG_TILEBYTECOUNTS |
325 |
public static final int |
TIFFTAG_TILEDEPTH |
32998 |
public static final int |
TIFFTAG_TILELENGTH |
323 |
public static final int |
TIFFTAG_TILEOFFSETS |
324 |
public static final int |
TIFFTAG_TILEWIDTH |
322 |
public static final int |
TIFFTAG_TRANSFERFUNCTION |
301 |
public static final int |
TIFFTAG_WHITEPOINT |
318 |
public static final int |
TIFFTAG_WRITERSERIALNUMBER |
33405 |
public static final int |
TIFFTAG_XPOSITION |
286 |
public static final int |
TIFFTAG_XRESOLUTION |
282 |
public static final int |
TIFFTAG_YCBCRCOEFFICIENTS |
529 |
public static final int |
TIFFTAG_YCBCRPOSITIONING |
531 |
public static final int |
TIFFTAG_YCBCRSUBSAMPLING |
530 |
public static final int |
TIFFTAG_YPOSITION |
287 |
public static final int |
TIFFTAG_YRESOLUTION |
283 |
public static final int |
YCBCRPOSITION_CENTERED |
1 |
public static final int |
YCBCRPOSITION_COSITED |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
TIFF_ASCII |
2 |
public static final int |
TIFF_BYTE |
1 |
public static final int |
TIFF_DOUBLE |
12 |
public static final int |
TIFF_FLOAT |
11 |
public static final int |
TIFF_LONG |
4 |
public static final int |
TIFF_RATIONAL |
5 |
public static final int |
TIFF_SBYTE |
6 |
public static final int |
TIFF_SHORT |
3 |
public static final int |
TIFF_SLONG |
9 |
public static final int |
TIFF_SRATIONAL |
10 |
public static final int |
TIFF_SSHORT |
8 |
public static final int |
TIFF_UNDEFINED |
7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BROTLI_DECODING_FAILED |
"Woff2 brotli decoding exception" |
public static final String |
BUFFER_READ_FAILED |
"Reading woff2 exception" |
public static final String |
INCORRECT_SIGNATURE |
"Incorrect woff2 signature" |
public static final String |
LOCA_SIZE_OVERFLOW |
"woff2 loca table content size overflow exception" |
public static final String |
PADDING_OVERFLOW |
"woff2 padding overflow exception" |
public static final String |
READ_BASE_128_FAILED |
"Reading woff2 base 128 number exception" |
public static final String |
READ_COLLECTION_HEADER_FAILED |
"Reading collection woff2 header exception" |
public static final String |
READ_HEADER_FAILED |
"Reading woff2 header exception" |
public static final String |
READ_TABLE_DIRECTORY_FAILED |
"Reading woff2 tables directory exception" |
public static final String |
RECONSTRUCT_GLYF_TABLE_FAILED |
"Reconstructing woff2 glyf table exception" |
public static final String |
RECONSTRUCT_GLYPH_FAILED |
"Reconstructing woff2 glyph exception" |
public static final String |
RECONSTRUCT_HMTX_TABLE_FAILED |
"Reconstructing woff2 hmtx table exception" |
public static final String |
RECONSTRUCT_POINT_FAILED |
"Reconstructing woff2 glyph\'s point exception" |
public static final String |
RECONSTRUCT_TABLE_DIRECTORY_FAILED |
"Reconstructing woff2 table directory exception" |
public static final String |
WRITE_FAILED |
"Writing woff2 exception" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
_1BitSamplesAreNotSupportedForHorizontalDifferencingPredictor |
"{0} bit samples are not supported for horizontal differencing predictor." |
public static final String |
_1CorruptedJfifMarker |
"{0} corrupted jfif marker." |
public static final String |
_1IsNotAnAfmOrPfmFontFile |
"{0} is not an afm or pfm font file." |
public static final String |
_1IsNotAValidJpegFile |
"{0} is not a valid jpeg file." |
public static final String |
_1MustHave8BitsPerComponent |
"{0} must have 8 bits per component." |
public static final String |
_1NotFoundAsFileOrResource |
"{0} not found as file or resource." |
public static final String |
_1UnsupportedJpegMarker2 |
"{0} unsupported jpeg marker {1}." |
public static final String |
AllFillBitsPrecedingEolCodeMustBe0 |
"All fill bits preceding eol code must be 0." |
public static final String |
BadEndiannessTag0x4949Or0x4d4d |
"Bad endianness tag: 0x4949 or 0x4d4d." |
public static final String |
BadMagicNumberShouldBe42 |
"Bad magic number. Should be 42." |
public static final String |
BitsPerComponentMustBe1_2_4or8 |
"Bits per component must be 1, 2, 4 or 8." |
public static final String |
BitsPerSample1IsNotSupported |
"Bits per sample {0} is not supported." |
public static final String |
BmpImageException |
"Bmp image exception." |
public static final String |
BytesCanBeAssignedToByteArrayOutputStreamOnly |
"Bytes can be assigned to ByteArrayOutputStream only." |
public static final String |
BytesCanBeResetInByteArrayOutputStreamOnly |
"Bytes can be reset in ByteArrayOutputStream only." |
public static final String |
CannotFind1Frame |
"Cannot find frame number {0} (zero-based)" |
public static final String |
CannotGetTiffImageColor |
"Cannot get TIFF image color." |
public static final String |
CannotHandleBoxSizesHigherThan2_32 |
"Cannot handle box sizes higher than 2^32." |
public static final String |
CannotInflateTiffImage |
"Cannot inflate TIFF image." |
public static final String |
CannotReadTiffImage |
"Cannot read TIFF image." |
public static final String |
CannotWriteByte |
"Cannot write byte." |
public static final String |
CannotWriteBytes |
"Cannot write bytes." |
public static final String |
CannotWriteFloatNumber |
"Cannot write float number." |
public static final String |
CannotWriteIntNumber |
"Cannot write int number." |
public static final String |
CcittCompressionTypeMustBeCcittg4Ccittg3_1dOrCcittg3_2d |
"CCITT compression type must be CCITTG4, CCITTG3_1D or CCITTG3_2D." |
public static final String |
CharacterCodeException |
"Character code exception." |
public static final String |
Cmap1WasNotFound |
"The CMap {0} was not found." |
public static final String |
ColorDepthIsNotSupported |
"The color depth {0} is not supported." |
public static final String |
ColorSpaceIsNotSupported |
"The color space {0} is not supported." |
public static final String |
ComponentsMustBe1_3Or4 |
"Components must be 1, 3 or 4." |
public static final String |
Compression1IsNotSupported |
"Compression {0} is not supported." |
public static final String |
CompressionJpegIsOnlySupportedWithASingleStripThisImageHas1Strips |
"Compression jpeg is only supported with a single strip. This image has {0} strips." |
public static final String |
DirectoryNumberIsTooLarge |
"Directory number is too large." |
public static final String |
EolCodeWordEncounteredInBlackRun |
"EOL code word encountered in Black run." |
public static final String |
EolCodeWordEncounteredInWhiteRun |
"EOL code word encountered in White run." |
public static final String |
ErrorAtFilePointer1 |
"Error at file pointer {0}." |
public static final String |
ErrorReadingString |
"Error reading string." |
public static final String |
ErrorWithJpMarker |
"Error with JP marker." |
public static final String |
ExpectedFtypMarker |
"Expected FTYP marker." |
public static final String |
ExpectedIhdrMarker |
"Expected IHDR marker." |
public static final String |
ExpectedJp2hMarker |
"Expected JP2H marker." |
public static final String |
ExpectedJpMarker |
"Expected JP marker." |
public static final String |
ExpectedTrailingZeroBitsForByteAlignedLines |
"Expected trailing zero bits for byte-aligned lines" |
public static final String |
ExtraSamplesAreNotSupported |
"Extra samples are not supported." |
public static final String |
FdfStartxrefNotFound |
"FDF startxref not found." |
public static final String |
FirstScanlineMustBe1dEncoded |
"First scanline must be 1D encoded." |
public static final String |
FontFile1NotFound |
"Font file {0} not found." |
public static final String |
GifImageException |
"GIF image exception." |
public static final String |
GifSignatureNotFound |
"GIF signature not found." |
public static final String |
GtNotExpected |
"\'>\' not expected." |
public static final String |
IccProfileContains0ComponentsWhileImageDataContains1Components |
"ICC profile contains {0} components, while the image data contains {1} components." |
public static final String |
IllegalValueForPredictorInTiffFile |
"Illegal value for predictor in TIFF file." |
public static final String |
ImageFormatCannotBeRecognized |
"Image format cannot be recognized." |
public static final String |
ImageIsNotMaskYouMustCallImageDataMakeMask |
"Image is not a mask. You must call ImageData#makeMask()." |
public static final String |
ImageMaskCannotContainAnotherImageMask |
"Image mask cannot contain another image mask." |
public static final String |
IncompletePalette |
"Incomplete palette." |
public static final String |
InvalidBmpFileCompression |
"Invalid BMP file compression." |
public static final String |
InvalidCodeEncountered |
"Invalid code encountered." |
public static final String |
InvalidCodeEncounteredWhileDecoding2dGroup3CompressedData |
"Invalid code encountered while decoding 2D group 3 compressed data." |
public static final String |
InvalidCodeEncounteredWhileDecoding2dGroup4CompressedData |
"Invalid code encountered while decoding 2D group 4 compressed data." |
public static final String |
InvalidIccProfile |
"Invalid ICC profile." |
public static final String |
InvalidJpeg2000File |
"Invalid JPEG2000 file." |
public static final String |
InvalidMagicValueForBmpFileMustBeBM |
"Invalid magic value for bmp file. Must be \'BM\'" |
public static final String |
InvalidTtcFile |
"{0} is not a valid TTC file." |
public static final String |
InvalidWoff2File |
"Invalid WOFF2 font file." |
public static final String |
InvalidWoffFile |
"Invalid WOFF font file." |
public static final String |
IoException |
"I/O exception." |
public static final String |
Jbig2ImageException |
"JBIG2 image exception." |
public static final String |
Jpeg2000ImageException |
"JPEG2000 image exception." |
public static final String |
JpegImageException |
"JPEG image exception." |
public static final String |
MissingTagsForOjpegCompression |
"Missing tag(s) for OJPEG compression" |
public static final String |
NotAtTrueTypeFile |
"{0} is not a true type file" |
public static final String |
NValueIsNotSupported |
"N value {1} is not supported." |
public static final String |
PageNumberMustBeGtEq1 |
"Page number must be >= 1." |
public static final String |
PdfHeaderNotFound |
"PDF header not found." |
public static final String |
PdfStartxrefNotFound |
"PDF startxref not found." |
public static final String |
Photometric1IsNotSupported |
"Photometric {0} is not supported." |
public static final String |
PlanarImagesAreNotSupported |
"Planar images are not supported." |
public static final String |
PngImageException |
"PNG image exception." |
public static final String |
PrematureEofWhileReadingJpeg |
"Premature EOF while reading JPEG." |
public static final String |
ScanlineMustBeginWithEolCodeWord |
"Scanline must begin with EOL code word." |
public static final String |
TableDoesNotExist |
"Table {0} does not exist." |
public static final String |
TableDoesNotExistsIn |
"Table {0} does not exist in {1}" |
public static final String |
ThisImageCanNotBeAnImageMask |
"This image can not be an image mask." |
public static final String |
Tiff50StyleLzwCodesAreNotSupported |
"TIFF 5.0-style LZW codes are not supported." |
public static final String |
TiffFillOrderTagMustBeEither1Or2 |
"TIFF_FILL_ORDER tag must be either 1 or 2." |
public static final String |
TiffImageException |
"TIFF image exception." |
public static final String |
TilesAreNotSupported |
"Tiles are not supported." |
public static final String |
TransparencyLengthMustBeEqualTo2WithCcittImages |
"Transparency length must be equal to 2 with CCITT images" |
public static final String |
TtcIndexDoesNotExistInThisTtcFile |
"TTC index doesn\'t exist in this TTC file." |
public static final String |
TypeOfFont1IsNotRecognized |
"Type of font {0} is not recognized." |
public static final String |
TypeOfFontIsNotRecognized |
"Type of font is not recognized." |
public static final String |
UnexpectedCloseBracket |
"Unexpected close bracket." |
public static final String |
UnexpectedGtGt |
"Unexpected \'>>\'." |
public static final String |
UnknownCompressionType1 |
"Unknown compression type {0}." |
public static final String |
UnknownIOException |
"Unknown I/O exception." |
public static final String |
UnknownPngFilter |
"Unknown PNG filter." |
public static final String |
UnsupportedBoxSizeEqEq0 |
"Unsupported box size == 0." |
public static final String |
UnsupportedEncodingException |
"Unsupported encoding exception." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ALREADY_CLOSED |
"Already closed" |
public static final String |
CANNOT_OPEN_OUTPUT_DIRECTORY |
"Cannot open output directory for |
public static final String |
COMPARE_COMMAND_IS_NOT_SPECIFIED |
"ImageMagick comparison command is not specified. Set the ITEXT_MAGICK_COMPARE_EXEC environment variable with the CLI command which can run the ImageMagic comparison. See BUILDING.MD in the root of the repository for more details." |
public static final String |
COMPARE_COMMAND_SPECIFIED_INCORRECTLY |
"ImageMagick comparison command specified incorrectly. Set the ITEXT_MAGICK_COMPARE_EXEC environment variable with the CLI command which can run the ImageMagic comparison. See BUILDING.MD in the root of the repository for more details." |
public static final String |
GHOSTSCRIPT_FAILED |
"GhostScript failed for |
public static final String |
GS_ENVIRONMENT_VARIABLE_IS_NOT_SPECIFIED |
"Ghostscript command is not specified or specified incorrectly. Set the ITEXT_GS_EXEC environment variable to a CLI command that can run the Ghostscript application. See BUILDING.MD in the root of the repository for more details." |
public static final String |
IMAGE_MAGICK_OUTPUT_IS_NULL |
"ImageMagick process output is null." |
public static final String |
IMAGE_MAGICK_PROCESS_EXECUTION_FAILED |
"ImageMagick process execution finished with errors: " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FONT_SPECIFIC |
"FontSpecific" |
public static final String |
NOTDEF |
".notdef" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WIDTH |
1000 |
public static final int |
UNITS_NORMALIZATION |
1000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CP1250 |
"Cp1250" |
public static final String |
CP1252 |
"Cp1252" |
public static final String |
CP1253 |
"Cp1253" |
public static final String |
CP1257 |
"Cp1257" |
public static final String |
IDENTITY_H |
"Identity-H" |
public static final String |
IDENTITY_V |
"Identity-V" |
public static final String |
MACROMAN |
"MacRoman" |
public static final String |
PDF_DOC_ENCODING |
"PDF" |
public static final String |
SYMBOL |
"Symbol" |
public static final String |
UNICODE_BIG |
"UnicodeBig" |
public static final String |
UNICODE_BIG_UNMARKED |
"UnicodeBigUnmarked" |
public static final String |
UTF8 |
"UTF-8" |
public static final String |
WINANSI |
"Cp1252" |
public static final String |
ZAPFDINGBATS |
"ZapfDingbats" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COMMAND_TYPE |
200 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ARRAY |
6 |
protected static final int |
DICTIONARY |
7 |
protected static final int |
HEX_STRING |
2 |
protected static final int |
LITERAL |
5 |
protected static final int |
NAME |
3 |
protected static final int |
NUMBER |
4 |
protected static final int |
STRING |
1 |
protected static final int |
TOKEN |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BOLD |
1 |
public static final int |
CONDENSED |
32 |
public static final int |
EXTENDED |
64 |
public static final int |
ITALIC |
2 |
public static final int |
OUTLINE |
8 |
public static final int |
SHADOW |
16 |
public static final int |
UNDERLINE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADOBE_GLYPH_LIST |
"com/itextpdf/io/font/AdobeGlyphList.txt" |
public static final String |
AFMS |
"com/itextpdf/io/font/afm/" |
public static final String |
CMAPS |
"com/itextpdf/io/font/cmap/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONDENSED |
"Condensed" |
public static final String |
EXPANDED |
"Expanded" |
public static final String |
EXTRA_CONDENSED |
"ExtraCondensed" |
public static final String |
EXTRA_EXPANDED |
"ExtraExpanded" |
public static final String |
NORMAL |
"Normal" |
public static final String |
SEMI_CONDENSED |
"SemiCondensed" |
public static final String |
SEMI_EXPANDED |
"SemiExpanded" |
public static final String |
ULTRA_CONDENSED |
"UltraCondensed" |
public static final String |
ULTRA_EXPANDED |
"UltraExpanded" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BOLD |
1 |
public static final int |
BOLDITALIC |
3 |
public static final int |
ITALIC |
2 |
public static final int |
NORMAL |
0 |
public static final int |
UNDEFINED |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BLACK |
900 |
public static final int |
BOLD |
700 |
public static final int |
EXTRA_BOLD |
800 |
public static final int |
EXTRA_LIGHT |
200 |
public static final int |
LIGHT |
300 |
public static final int |
MEDIUM |
500 |
public static final int |
NORMAL |
400 |
public static final int |
SEMI_BOLD |
600 |
public static final int |
THIN |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COURIER |
"Courier" |
public static final String |
HELVETICA |
"Helvetica" |
public static final String |
SYMBOL |
"Symbol" |
public static final String |
TIMES |
"Times" |
public static final String |
ZAPFDINGBATS |
"ZapfDingbats" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COURIER |
"Courier" |
public static final String |
COURIER_BOLD |
"Courier-Bold" |
public static final String |
COURIER_BOLDOBLIQUE |
"Courier-BoldOblique" |
public static final String |
COURIER_OBLIQUE |
"Courier-Oblique" |
public static final String |
HELVETICA |
"Helvetica" |
public static final String |
HELVETICA_BOLD |
"Helvetica-Bold" |
public static final String |
HELVETICA_BOLDOBLIQUE |
"Helvetica-BoldOblique" |
public static final String |
HELVETICA_OBLIQUE |
"Helvetica-Oblique" |
public static final String |
SYMBOL |
"Symbol" |
public static final String |
TIMES_BOLD |
"Times-Bold" |
public static final String |
TIMES_BOLDITALIC |
"Times-BoldItalic" |
public static final String |
TIMES_ITALIC |
"Times-Italic" |
public static final String |
TIMES_ROMAN |
"Times-Roman" |
public static final String |
ZAPFDINGBATS |
"ZapfDingbats" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AARI |
"ARI " |
public static final String |
ABAZA |
"ABA " |
public static final String |
ABKHAZIAN |
"ABK " |
public static final String |
ACHI |
"ACR " |
public static final String |
ACHOLI |
"ACH " |
public static final String |
ADYGHE |
"ADY " |
public static final String |
AFAR |
"AFR " |
public static final String |
AFRIKAANS |
"AFK " |
public static final String |
AGAW |
"AGW " |
public static final String |
AITON |
"AIO " |
public static final String |
AKAN |
"AKA " |
public static final String |
ALBANIAN |
"SQI " |
public static final String |
ALSATIAN |
"ALS " |
public static final String |
ALTAI |
"ALT " |
public static final String |
AMHARIC |
"AMH " |
public static final String |
ANGLO_SAXON |
"ANG " |
public static final String |
ARABIC |
"ARA " |
public static final String |
ARAGONESE |
"ARG " |
public static final String |
ARAKWAL |
"RKW " |
public static final String |
ARMENIAN |
"HYE " |
public static final String |
ARMENIAN_EAST |
"HYE0" |
public static final String |
AROMANIAN |
"RUP " |
public static final String |
ARPITAN |
"FRP " |
public static final String |
ASSAMESE |
"ASM " |
public static final String |
ASTURIAN |
"AST " |
public static final String |
ATHAPASKAN |
"ATH " |
public static final String |
AVAR |
"AVR " |
public static final String |
AWADHI |
"AWA " |
public static final String |
AYMARA |
"AYM " |
public static final String |
AZERBAIJANI |
"AZE " |
public static final String |
BADAGA |
"BAD " |
public static final String |
BAGHELKHANDI |
"BAG " |
public static final String |
BAGRI |
"BGQ " |
public static final String |
BALANTE |
"BLN " |
public static final String |
BALINESE |
"BAN " |
public static final String |
BALKAR |
"BAL " |
public static final String |
BALTI |
"BLT " |
public static final String |
BALUCHI |
"BLI " |
public static final String |
BAMBARA |
"BMB " |
public static final String |
BAMILEKE |
"BML " |
public static final String |
BANDA |
"BAD0" |
public static final String |
BANDJALANG |
"BDY " |
public static final String |
BASHKIR |
"BSH " |
public static final String |
BASQUE |
"EUQ " |
public static final String |
BATAK_SIMALUNGUN |
"BTS " |
public static final String |
BATAK_TOBA |
"BBC " |
public static final String |
BAULE |
"BAU " |
public static final String |
BAVARIAN |
"BAR " |
public static final String |
BELARUSSIAN |
"BEL " |
public static final String |
BEMBA |
"BEM " |
public static final String |
BENCH |
"BCH " |
public static final String |
BENGALI |
"BEN " |
public static final String |
BERBER |
"BBR " |
public static final String |
BETI |
"BTI " |
public static final String |
BHILI |
"BHI " |
public static final String |
BHOJPURI |
"BHO " |
public static final String |
BIBLE_CREE |
"BCR " |
public static final String |
BIKOL |
"BIK " |
public static final String |
BILEN |
"BIL " |
public static final String |
BISHNUPRIYA_MANIPURI |
"BPY " |
public static final String |
BISLAMA |
"BIS " |
public static final String |
BLACKFOOT |
"BKF " |
public static final String |
BODO |
"BRX " |
public static final String |
BOSNIAN |
"BOS " |
public static final String |
BOUYEI |
"PCC " |
public static final String |
BRAHUI |
"BRH " |
public static final String |
BRAJ_BHASHA |
"BRI " |
public static final String |
BRETON |
"BRE " |
public static final String |
BUGIS |
"BUG " |
public static final String |
BULGARIAN |
"BGR " |
public static final String |
BUMTHANGKHA |
"KJZ " |
public static final String |
BURMESE |
"BRM " |
public static final String |
BURUSHASKI |
"BSK " |
public static final String |
CAJUN_FRENCH |
"FRC " |
public static final String |
CARRIER |
"CRR " |
public static final String |
CATALAN |
"CAT " |
public static final String |
CEBUANO |
"CEB " |
public static final String |
CENTRAL_YUPIK |
"ESU " |
public static final String |
CHAHA_GURAGE |
"CHG " |
public static final String |
CHAMORRO |
"CHA " |
public static final String |
CHATTISGARHI |
"CHH " |
public static final String |
CHECHEN |
"CHE " |
public static final String |
CHEROKEE |
"CHR " |
public static final String |
CHEYENNE |
"CHY " |
public static final String |
CHICHEWA |
"CHI " |
public static final String |
CHIGA |
"CGG " |
public static final String |
CHIN |
"QIN " |
public static final String |
CHINANTEC |
"CCHN" |
public static final String |
CHINESE_HONG_KONG |
"ZHH " |
public static final String |
CHINESE_PHONETIC |
"ZHP " |
public static final String |
CHINESE_SIMPLIFIED |
"ZHS " |
public static final String |
CHINESE_TRADITIONAL |
"ZHT " |
public static final String |
CHIPEWYAN |
"CHP " |
public static final String |
CHITTAGONIAN |
"CTG " |
public static final String |
CHOCTAW |
"CHO " |
public static final String |
CHUKCHI |
"CHK " |
public static final String |
CHURCH_SLAVONIC |
"CSL " |
public static final String |
CHUUKESE |
"CHK0" |
public static final String |
CHUVASH |
"CHU " |
public static final String |
COMORIAN |
"CMR " |
public static final String |
COPTIC |
"COP " |
public static final String |
CORNISH |
"COR " |
public static final String |
CORSICAN |
"COS " |
public static final String |
CREE |
"CRE " |
public static final String |
CREOLES |
"CPP " |
public static final String |
CRIMEAN_TATAR |
"CRT " |
public static final String |
CROATIAN |
"HRV " |
public static final String |
CZECH |
"CSY " |
public static final String |
DAN |
"DNJ " |
public static final String |
DANGME |
"DNG " |
public static final String |
DANISH |
"DAN " |
public static final String |
DARGWA |
"DAR " |
public static final String |
DARI |
"DRI " |
public static final String |
DAYI |
"DAX " |
public static final String |
DEHONG_DAI |
"TDD " |
public static final String |
DHANGU |
"DHG " |
public static final String |
DHIVEHI |
"DHV " |
public static final String |
DHUWAL |
"DUJ " |
public static final String |
DIMLI |
"DIQ " |
public static final String |
DINKA |
"DNK " |
public static final String |
DIVEHI |
"DIV " |
public static final String |
DJAMBARRPUYNGU |
"DJR0" |
public static final String |
DOGRI |
"DGO " |
public static final String |
DOGRI2 |
"DGR " |
public static final String |
DUNGAN |
"DUN " |
public static final String |
DUTCH |
"NLD " |
public static final String |
DUTCH_FLEMISH |
"FLE " |
public static final String |
DZONGKHA |
"DZN " |
public static final String |
EASTERN_CHAM |
"CJM " |
public static final String |
EASTERN_CREE |
"ECR " |
public static final String |
EASTERN_MANINKAKAN |
"EMK " |
public static final String |
EASTERN_PWO_KAREN |
"KJP " |
public static final String |
EBIRA |
"EBI " |
public static final String |
EDO |
"EDO " |
public static final String |
EFIK |
"EFI " |
public static final String |
ENGLISH |
"ENG " |
public static final String |
ERZYA |
"ERZ " |
public static final String |
ESPERANTO |
"NTO " |
public static final String |
ESTONIAN |
"ETI " |
public static final String |
EVEN |
"EVN " |
public static final String |
EVENKI |
"EVK " |
public static final String |
EWE |
"EWE " |
public static final String |
FANG |
"FAN0" |
public static final String |
FANTI |
"FAT " |
public static final String |
FAROESE |
"FOS " |
public static final String |
FEFE |
"FMP " |
public static final String |
FIJIAN |
"FJI " |
public static final String |
FILIPINO |
"PIL " |
public static final String |
FINNISH |
"FIN " |
public static final String |
FON |
"FON " |
public static final String |
FOREST_NENETS |
"FNE " |
public static final String |
FRENCH |
"FRA " |
public static final String |
FRENCH_ANTILLEAN |
"FAN " |
public static final String |
FRISIAN |
"FRI " |
public static final String |
FRIULIAN |
"FRL " |
public static final String |
FULAH |
"FUL " |
public static final String |
FUTA |
"FTA " |
public static final String |
GA |
"GAD " |
public static final String |
GAGAUZ |
"GAG " |
public static final String |
GALICIAN |
"GAL " |
public static final String |
GANDA |
"LUG " |
public static final String |
GARHWALI |
"GAW " |
public static final String |
GARO |
"GRO " |
public static final String |
GARSHUNI |
"GAR " |
public static final String |
GEEZ |
"GEZ " |
public static final String |
GEORGIAN |
"KAT " |
public static final String |
GERMAN |
"DEU " |
public static final String |
GILAKI |
"GLK " |
public static final String |
GILYAK |
"GIL " |
public static final String |
GITHABUL |
"GIH " |
public static final String |
GOGO |
"GOG " |
public static final String |
GONDI |
"GON " |
public static final String |
GREEK |
"ELL " |
public static final String |
GREENLANDIC |
"GRN " |
public static final String |
GUARANI |
"GUA " |
public static final String |
GUJARATI |
"GUJ " |
public static final String |
GUMATJ |
"GNN " |
public static final String |
GUMUZ |
"GMZ " |
public static final String |
GUPAPUYNGU |
"GUF " |
public static final String |
GUSII |
"GUZ " |
public static final String |
HAITIAN_CREOLE |
"HAI " |
public static final String |
HALAM_FALAM_CHIN |
"HAL " |
public static final String |
HAMMER_BANNA |
"HBN " |
public static final String |
HARARI |
"HRI " |
public static final String |
HARAUTI |
"HAR " |
public static final String |
HARYANVI |
"BGC " |
public static final String |
HAUSA |
"HAU " |
public static final String |
HAWAIIAN |
"HAW " |
public static final String |
HAYA |
"HAY " |
public static final String |
HAZARAGI |
"HAZ " |
public static final String |
HEBREW |
"IWR " |
public static final String |
HERERO |
"HER " |
public static final String |
HIGH_MARI |
"HMA " |
public static final String |
HILIGAYNON |
"HIL " |
public static final String |
HINDI |
"HIN " |
public static final String |
HINDKO |
"HND " |
public static final String |
HIRI_MOTU |
"HMO " |
public static final String |
HMONG |
"HMN " |
public static final String |
HMONG_DAW |
"MWW " |
public static final String |
HO |
"HO " |
public static final String |
HUNGARIAN |
"HUN " |
public static final String |
IBAN |
"IBA " |
public static final String |
IBIBIO |
"IBB " |
public static final String |
ICELANDIC |
"ISL " |
public static final String |
IDO |
"IDO " |
public static final String |
IGBO |
"IBO " |
public static final String |
IJO_LANGUAGES |
"IJO " |
public static final String |
ILOKANO |
"ILO " |
public static final String |
INARI_SAMI |
"ISM " |
public static final String |
INDONESIAN |
"IND " |
public static final String |
INGUSH |
"ING " |
public static final String |
INTERLINGUA |
"INA " |
public static final String |
INTERLINGUE |
"ILE " |
public static final String |
INUKTITUT |
"INU " |
public static final String |
INUPIAT |
"IPK " |
public static final String |
IRISH |
"IRI " |
public static final String |
IRISH_TRADITIONAL |
"IRT " |
public static final String |
ITALIAN |
"ITA " |
public static final String |
JAMAICAN_CREOLE |
"JAM " |
public static final String |
JAPANESE |
"JAN " |
public static final String |
JAVANESE |
"JAV " |
public static final String |
JULA |
"JUL " |
public static final String |
KABARDIAN |
"KAB " |
public static final String |
KABUVERDIANU_CRIOULO |
"KEA " |
public static final String |
KABYLE |
"KAB0" |
public static final String |
KACHCHI |
"KAC " |
public static final String |
KALENJIN |
"KAL " |
public static final String |
KALMYK |
"KLM " |
public static final String |
KAMBA |
"KMB " |
public static final String |
KANAUJI |
"BJJ " |
public static final String |
KANNADA |
"KAN " |
public static final String |
KANURI |
"KNR " |
public static final String |
KAQCHIKEL |
"CAK " |
public static final String |
KARACHAY |
"KAR " |
public static final String |
KARAIM |
"KRM " |
public static final String |
KARAKALPAK |
"KRK " |
public static final String |
KARELIAN |
"KRL " |
public static final String |
KAREN |
"KRN " |
public static final String |
KASHMIRI |
"KSH " |
public static final String |
KASHUBIAN |
"CSB " |
public static final String |
KAZAKH |
"KAZ " |
public static final String |
KEBENA |
"KEB " |
public static final String |
KEKCHI |
"KEK " |
public static final String |
KHAKASS |
"KHA " |
public static final String |
KHAMTI_SHAN |
"KHT " |
public static final String |
KHANTY_KAZIM |
"KHK " |
public static final String |
KHANTY_SHURISHKAR |
"KHS " |
public static final String |
KHANTY_VAKHI |
"KHV " |
public static final String |
KHASI |
"KSI " |
public static final String |
KHENGKHA |
"XKF " |
public static final String |
KHMER |
"KHM " |
public static final String |
KHORASANI_TURKIC |
"KMZ " |
public static final String |
KHOWAR |
"KHW " |
public static final String |
KHUTSURI_GEORGIAN |
"KGE " |
public static final String |
KICHE |
"QUC " |
public static final String |
KIKONGO |
"KON " |
public static final String |
KIKUYU |
"KIK " |
public static final String |
KILDIN_SAMI |
"KSM " |
public static final String |
KINYARWANDA |
"RUA " |
public static final String |
KIRGHIZ |
"KIR " |
public static final String |
KIRIBATI_GILBERTESE |
"GIL0" |
public static final String |
KIRMANJKI |
"KIU " |
public static final String |
KISII |
"KIS " |
public static final String |
KITUBA |
"MKW " |
public static final String |
KODAGU |
"KOD " |
public static final String |
KOKNI |
"KKN " |
public static final String |
KOMI |
"KOM " |
public static final String |
KOMI_PERMYAK |
"KOP " |
public static final String |
KOMI_ZYRIAN |
"KOZ " |
public static final String |
KOMO |
"KMO " |
public static final String |
KOMSO |
"KMS " |
public static final String |
KONGO |
"KON0" |
public static final String |
KONKANI |
"KOK " |
public static final String |
KOORETE |
"KRT " |
public static final String |
KOREAN |
"KOR " |
public static final String |
KOREAN_OLD_HANGUL |
"KOH " |
public static final String |
KORYAK |
"KYK " |
public static final String |
KOSRAEAN |
"KOS " |
public static final String |
KPELLE |
"KPL " |
public static final String |
KPELLE_GUINEA |
"GKP " |
public static final String |
KPELLE_LIBERIA |
"XPE " |
public static final String |
KRIO |
"KRI " |
public static final String |
KRYMCHAK |
"JCT " |
public static final String |
KUANYAMA |
"KUA " |
public static final String |
KUI |
"KUI " |
public static final String |
KULVI |
"KUL " |
public static final String |
KUMAONI |
"KMN " |
public static final String |
KUMYK |
"KUM " |
public static final String |
KURDISH |
"KUR " |
public static final String |
KURUKH |
"KUU " |
public static final String |
KUY |
"KUY " |
public static final String |
L_CREE |
"LCR " |
public static final String |
LADAKHI |
"LDK " |
public static final String |
LADIN |
"LAD " |
public static final String |
LADINO |
"JUD " |
public static final String |
LAHULI |
"LAH " |
public static final String |
LAK |
"LAK " |
public static final String |
LAKI |
"LKI " |
public static final String |
LAMBANI |
"LAM " |
public static final String |
LAMPUNG |
"LJP " |
public static final String |
LAO |
"LAO " |
public static final String |
LATIN |
"LAT " |
public static final String |
LATVIAN |
"LVI " |
public static final String |
LAZ |
"LAZ " |
public static final String |
LEZGI |
"LEZ " |
public static final String |
LIGURIAN |
"LIJ " |
public static final String |
LIMBU |
"LMB " |
public static final String |
LIMBURGISH |
"LIM " |
public static final String |
LINGALA |
"LIN " |
public static final String |
LISU |
"LIS " |
public static final String |
LITHUANIAN |
"LTH " |
public static final String |
LOJBAN |
"JBO " |
public static final String |
LOMA |
"LOM " |
public static final String |
LOMBARD |
"LMO " |
public static final String |
LOMWE |
"LMW " |
public static final String |
LOW_MARI |
"LMA " |
public static final String |
LOW_SAXON |
"NDS " |
public static final String |
LOWER_SORBIAN |
"LSB " |
public static final String |
LU |
"XBD " |
public static final String |
LUBA_KATANGA |
"LUB " |
public static final String |
LUBA_LULUA |
"LUA " |
public static final String |
LULE_SAMI |
"LSM " |
public static final String |
LUO |
"LUO " |
public static final String |
LURI |
"LRC " |
public static final String |
LUXEMBOURGISH |
"LTZ " |
public static final String |
LUYIA |
"LUH " |
public static final String |
MACEDONIAN |
"MKD " |
public static final String |
MADURA |
"MAD " |
public static final String |
MAGAHI |
"MAG " |
public static final String |
MAITHILI |
"MTH " |
public static final String |
MAJANG |
"MAJ " |
public static final String |
MAKASAR |
"MKR " |
public static final String |
MAKHUWA |
"MAK " |
public static final String |
MAKONDE |
"KDE " |
public static final String |
MALAGASY |
"MLG " |
public static final String |
MALAY |
"MLY " |
public static final String |
MALAYALAM |
"MAL " |
public static final String |
MALAYALAM_REFORMED |
"MLR " |
public static final String |
MALE |
"MLE " |
public static final String |
MALINKE |
"MLN " |
public static final String |
MALTESE |
"MTS " |
public static final String |
MAM |
"MAM " |
public static final String |
MANCHU |
"MCH " |
public static final String |
MANDAR |
"MDR " |
public static final String |
MANDINKA |
"MND " |
public static final String |
MANINKA |
"MNK " |
public static final String |
MANIPURI |
"MNI " |
public static final String |
MANSI |
"MAN " |
public static final String |
MANX |
"MNX " |
public static final String |
MAORI |
"MRI " |
public static final String |
MAPUDUNGUN |
"MAP " |
public static final String |
MARATHI |
"MAR " |
public static final String |
MARSHALLESE |
"MAH " |
public static final String |
MARWARI |
"MAW " |
public static final String |
MAYAN |
"MYN " |
public static final String |
MAZANDERANI |
"MZN " |
public static final String |
MBEMBE_TIGON |
"NZA " |
public static final String |
MBO |
"MBO " |
public static final String |
MBUNDU |
"MBN " |
public static final String |
MEDUMBA |
"BYV " |
public static final String |
MEEN |
"MEN " |
public static final String |
MENDE |
"MDE " |
public static final String |
MERU |
"MER " |
public static final String |
MEWATI |
"WTM " |
public static final String |
MINANGKABAU |
"MIN " |
public static final String |
MINJANGBAL |
"XJB " |
public static final String |
MIRANDESE |
"MWL " |
public static final String |
MIZO |
"MIZ " |
public static final String |
MOHAWK |
"MOH " |
public static final String |
MOKSHA |
"MOK " |
public static final String |
MOLDAVIAN |
"MOL " |
public static final String |
MON |
"MON " |
public static final String |
MONGOLIAN |
"MNG " |
public static final String |
MOOSE_CREE |
"MCR " |
public static final String |
MORISYEN |
"MFE " |
public static final String |
MOROCCAN |
"MOR " |
public static final String |
MOSSI |
"MOS " |
public static final String |
MUNDARI |
"MUN " |
public static final String |
MUSCOGEE |
"MUS " |
public static final String |
N_CREE |
"NCR " |
public static final String |
NAGA_ASSAMESE |
"NAG " |
public static final String |
NAGARI |
"NGR " |
public static final String |
NAHUATL |
"NAH " |
public static final String |
NANAI |
"NAN " |
public static final String |
NASKAPI |
"NAS " |
public static final String |
NAURUAN |
"NAU " |
public static final String |
NAVAJO |
"NAV " |
public static final String |
NDAU |
"NDC " |
public static final String |
NDEBELE |
"NDB " |
public static final String |
NDONGA |
"NDG " |
public static final String |
NEAPOLITAN |
"NAP " |
public static final String |
NEPALI |
"NEP " |
public static final String |
NEWARI |
"NEW " |
public static final String |
NGBAKA |
"NGA " |
public static final String |
NIGERIAN_FULFULDE |
"FUV " |
public static final String |
NIMADI |
"NOE " |
public static final String |
NISI |
"NIS " |
public static final String |
NIUEAN |
"NIU " |
public static final String |
NKO |
"NKO " |
public static final String |
NOGAI |
"NOG " |
public static final String |
NORFOLK |
"PIH " |
public static final String |
NORTH_SLAVEY |
"SCS " |
public static final String |
NORTHERN_SAMI |
"NSM " |
public static final String |
NORTHERN_TAI |
"NTA " |
public static final String |
NORWAY_HOUSE_CREE |
"NHC " |
public static final String |
NORWEGIAN |
"NOR " |
public static final String |
NORWEGIAN_NYNORSK |
"NYN " |
public static final String |
NOVIAL |
"NOV " |
public static final String |
NYAMWEZI |
"NYM " |
public static final String |
NYANKOLE |
"NKL " |
public static final String |
OCCITAN |
"OCI " |
public static final String |
ODIA_ORIYA |
"ORI " |
public static final String |
OJI_CREE |
"OCR " |
public static final String |
OJIBWAY |
"OJB " |
public static final String |
OLD_IRISH |
"SGA " |
public static final String |
OROMO |
"ORO " |
public static final String |
OSSETIAN |
"OSS " |
public static final String |
PALAUAN |
"PAU " |
public static final String |
PALAUNG |
"PLG " |
public static final String |
PALESTINIAN_ARAMAIC |
"PAA " |
public static final String |
PALI |
"PAL " |
public static final String |
PALPA |
"PAP " |
public static final String |
PAMPANGAN |
"PAM " |
public static final String |
PANGASINAN |
"PAG " |
public static final String |
PAO_KAREN |
"BLK " |
public static final String |
PAPIAMENTU |
"PAP0" |
public static final String |
PASHTO |
"PAS " |
public static final String |
PATTANI_MALAY |
"MFA " |
public static final String |
PENNSYLVANIA_GERMAN |
"PDC " |
public static final String |
PERSIAN |
"FAR " |
public static final String |
PHAKE |
"PHK " |
public static final String |
PHONETIC_AMERICANIST |
"APPH" |
public static final String |
PHONETIC_TRANSCRIPTION_IPA |
"IPPH" |
public static final String |
PICARD |
"PCD " |
public static final String |
PIEMONTESE |
"PMS " |
public static final String |
POCOMCHI |
"POH " |
public static final String |
POHNPEIAN |
"PON " |
public static final String |
POLISH |
"PLK " |
public static final String |
POLYTONIC_GREEK |
"PGR " |
public static final String |
PORTUGUESE |
"PTG " |
public static final String |
PROVENCAL |
"PRO " |
public static final String |
PUNJABI |
"PAN " |
public static final String |
QUECHUA |
"QUZ " |
public static final String |
QUECHUA_BOLIVIA |
"QUH " |
public static final String |
QUECHUA_ECUADOR |
"QVI " |
public static final String |
QUECHUA_PERU |
"QWH " |
public static final String |
R_CREE |
"RCR " |
public static final String |
RAJASTHANI |
"RAJ " |
public static final String |
RAKHINE |
"ARK " |
public static final String |
RAROTONGAN |
"RAR " |
public static final String |
REJANG |
"REJ " |
public static final String |
RIANG |
"RIA " |
public static final String |
RIPUARIAN |
"KSH0" |
public static final String |
RITARUNGO |
"RIT " |
public static final String |
ROMANIAN |
"ROM " |
public static final String |
ROMANSH |
"RMS " |
public static final String |
ROMANY |
"ROY " |
public static final String |
ROTUMAN |
"RTM " |
public static final String |
RUNDI |
"RUN " |
public static final String |
RUSSIAN |
"RUS " |
public static final String |
RUSSIAN_BURIAT |
"RBU " |
public static final String |
RUSYN |
"RSY " |
public static final String |
SADRI |
"SAD " |
public static final String |
SAKHA |
"YAK " |
public static final String |
SAMOAN |
"SMO " |
public static final String |
SAMOGITIAN |
"SGS " |
public static final String |
SAN_BLAS_KUNA |
"CUK " |
public static final String |
SANGO |
"SGO " |
public static final String |
SANSKRIT |
"SAN " |
public static final String |
SANTALI |
"SAT " |
public static final String |
SARAIKI |
"SRK " |
public static final String |
SARDINIAN |
"SRD " |
public static final String |
SASAK |
"SAS " |
public static final String |
SATERLAND_FRISIAN |
"STQ " |
public static final String |
SAYISI |
"SAY " |
public static final String |
SCOTS |
"SCO " |
public static final String |
SCOTTISH_GAELIC |
"GAE " |
public static final String |
SEKOTA |
"SEK " |
public static final String |
SELKUP |
"SEL " |
public static final String |
SENA |
"SNA " |
public static final String |
SERBIAN |
"SRB " |
public static final String |
SERER |
"SRR " |
public static final String |
SGAW_KAREN |
"KSW " |
public static final String |
SHAN |
"SHN " |
public static final String |
SHONA |
"SNA0" |
public static final String |
SIBE |
"SIB " |
public static final String |
SICILIAN |
"SCN " |
public static final String |
SIDAMO |
"SID " |
public static final String |
SILESIAN |
"SZL " |
public static final String |
SILTE_GURAGE |
"SIG " |
public static final String |
SINDHI |
"SND " |
public static final String |
SINHALA |
"SNH " |
public static final String |
SKOLT_SAMI |
"SKS " |
public static final String |
SLAVEY |
"SLA " |
public static final String |
SLOVAK |
"SKY " |
public static final String |
SLOVENIAN |
"SLV " |
public static final String |
SODO_GURAGE |
"SOG " |
public static final String |
SOGA |
"XOG " |
public static final String |
SOMALI |
"SML " |
public static final String |
SONGE |
"SOP " |
public static final String |
SONINKE |
"SNK " |
public static final String |
SOTHO_NORTHERN |
"NSO " |
public static final String |
SOTHO_SOUTHERN |
"SOT " |
public static final String |
SOUTH_SLAVEY |
"SSL " |
public static final String |
SOUTHERN_KIWAI |
"KJD " |
public static final String |
SOUTHERN_SAMI |
"SSM " |
public static final String |
SPANISH |
"ESP " |
public static final String |
STANDARD_MOROCCAN_TAMAZIGHT |
"ZGH " |
public static final String |
SUKUMA |
"SUK " |
public static final String |
SUNDANESE |
"SUN " |
public static final String |
SURI |
"SUR " |
public static final String |
SUTU |
"SXT " |
public static final String |
SVAN |
"SVA " |
public static final String |
SWADAYA_ARAMAIC |
"SWA " |
public static final String |
SWAHILI |
"SWK " |
public static final String |
SWATI |
"SWZ " |
public static final String |
SWEDISH |
"SVE " |
public static final String |
SYLHETI |
"SYL " |
public static final String |
SYRIAC |
"SYR " |
public static final String |
SYRIAC_EASTERN |
"SYRN" |
public static final String |
SYRIAC_ESTRANGELA |
"SYRE" |
public static final String |
SYRIAC_WESTERN |
"SYRJ" |
public static final String |
TABASARAN |
"TAB " |
public static final String |
TACHELHIT |
"SHI " |
public static final String |
TAGALOG |
"TGL " |
public static final String |
TAHITIAN |
"THT " |
public static final String |
TAJIKI |
"TAJ " |
public static final String |
TAMASHEK |
"TMH " |
public static final String |
TAMAZIGHT |
"TZM " |
public static final String |
TAMIL |
"TAM " |
public static final String |
TARIFIT |
"RIF " |
public static final String |
TATAR |
"TAT " |
public static final String |
TAY |
"TYZ " |
public static final String |
TELUGU |
"TEL " |
public static final String |
TEMNE |
"TMN " |
public static final String |
TETUM |
"TET " |
public static final String |
TH_CREE |
"TCR " |
public static final String |
THAI |
"THA " |
public static final String |
TIBETAN |
"TIB " |
public static final String |
TIGRE |
"TGR " |
public static final String |
TIGRINYA |
"TGY " |
public static final String |
TIV |
"TIV " |
public static final String |
TODO |
"TOD " |
public static final String |
TOK_PISIN |
"TPI " |
public static final String |
TOMA |
"TOD0" |
public static final String |
TONGA |
"TNG " |
public static final String |
TONGAN |
"TGN " |
public static final String |
TORKI |
"AZB " |
public static final String |
TSHANGLA |
"TSJ " |
public static final String |
TSONGA |
"TSG " |
public static final String |
TSWANA |
"TNA " |
public static final String |
TULU |
"TUM " |
public static final String |
TUMBUKA |
"TUL " |
public static final String |
TUNDRA_NENETS |
"TNE " |
public static final String |
TURKISH |
"TRK " |
public static final String |
TURKMEN |
"TKM " |
public static final String |
TUROYO_ARAMAIC |
"TUA " |
public static final String |
TUVALU |
"TVL " |
public static final String |
TUVIN |
"TUV " |
public static final String |
TWI |
"TWI " |
public static final String |
TZOTZIL |
"TZO " |
public static final String |
UDMURT |
"UDM " |
public static final String |
UKRAINIAN |
"UKR " |
public static final String |
UMBUNDU |
"UMB " |
public static final String |
UPPER_SAXON |
"SXU " |
public static final String |
UPPER_SORBIAN |
"USB " |
public static final String |
URDU |
"URD " |
public static final String |
UYGHUR |
"UYG " |
public static final String |
UZBEK |
"UZB " |
public static final String |
VENDA |
"VEN " |
public static final String |
VENETIAN |
"VEC " |
public static final String |
VIETNAMESE |
"VIT " |
public static final String |
VLAX_ROMANI |
"RMY " |
public static final String |
VOLAPUK |
"VOL " |
public static final String |
VORO |
"VRO " |
public static final String |
WA |
"WA " |
public static final String |
WAGDI |
"WAG " |
public static final String |
WALLOON |
"WLN " |
public static final String |
WARAY_WARAY |
"WAR " |
public static final String |
WAYUU |
"GUC " |
public static final String |
WELSH |
"WEL " |
public static final String |
WEST_CREE |
"WCR " |
public static final String |
WESTERN_CHAM |
"CJA " |
public static final String |
WESTERN_KAYAH |
"KYU " |
public static final String |
WESTERN_PANJABI |
"PNB " |
public static final String |
WESTERN_PWO_KAREN |
"PWO " |
public static final String |
WOLOF |
"WLF " |
public static final String |
WOODS_CREE |
"DCR " |
public static final String |
XHOSA |
"XHS " |
public static final String |
Y_CREE |
"YCR " |
public static final String |
YAO |
"YAO " |
public static final String |
YAPESE |
"YAP " |
public static final String |
YI_CLASSIC |
"YIC " |
public static final String |
YI_MODERN |
"YIM " |
public static final String |
YIDDISH |
"JII " |
public static final String |
YORUBA |
"YBA " |
public static final String |
ZAMBOANGA_CHAVACANO |
"CBK " |
public static final String |
ZANDE |
"ZND " |
public static final String |
ZARMA |
"DJR " |
public static final String |
ZAZAKI |
"ZZA " |
public static final String |
ZEALANDIC |
"ZEA " |
public static final String |
ZHUANG |
"ZHA " |
public static final String |
ZULU |
"ZUL " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SCRIPT |
"DFLT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
GLYPH_BASE |
1 |
public static final int |
GLYPH_LIGATURE |
2 |
public static final int |
GLYPH_MARK |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ABSOLUTE_COLORMETRIC |
"/AbsoluteColormetric" |
public static final String |
BITS_PER_COMPONENT |
"BitsPerComponent" |
public static final String |
COLORS |
"Colors" |
public static final String |
COLUMNS |
"Columns" |
public static final String |
INTENT |
"Intent" |
public static final String |
MASK |
"Mask" |
public static final String |
PERCEPTUAL |
"/Perceptual" |
public static final String |
PREDICTOR |
"Predictor" |
public static final String |
RELATIVE_COLORIMETRIC |
"/RelativeColorimetric" |
public static final String |
SATURATION |
"/Saturation" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CCITT_BLACKIS1 |
1 |
public static final int |
CCITT_ENCODEDBYTEALIGN |
2 |
public static final int |
CCITT_ENDOFBLOCK |
8 |
public static final int |
CCITT_ENDOFLINE |
4 |
public static final int |
CCITTG3_1D |
257 |
public static final int |
CCITTG3_2D |
258 |
public static final int |
CCITTG4 |
256 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACTION_WAS_SET_TO_LINK_ANNOTATION_WITH_DESTINATION |
"Action was set for a link annotation containing destination. The old destination will be cleared." |
public static final String |
ALREADY_FLUSHED_INDIRECT_OBJECT_MADE_FREE |
"An attempt is made to free already flushed indirect object reference. Indirect reference wasn\'t freed." |
public static final String |
ALREADY_TAGGED_HINT_MARKED_ARTIFACT |
"A layout tagging hint for which an actual tag was already created in tags structure is marked as artifact. Existing tag will be left in the tags tree." |
public static final String |
ASSOCIATED_FILE_SPEC_SHALL_INCLUDE_AFRELATIONSHIP |
"For associated files their associated file specification dictionaries shall include the AFRelationship key." |
public static final String |
ATTEMPT_PROCESS_NAN |
"Attempt to process NaN in PdfNumber or when writing to PDF. Zero value will be used as a fallback." |
public static final String |
ATTEMPT_TO_CREATE_A_TAG_FOR_FINISHED_HINT |
"Attempt to create a tag for a hint which is already marked as finished, tag will not be created." |
public static final String |
ATTEMPT_TO_GENERATE_PDF_PAGES_TREE_WITHOUT_ANY_PAGES |
"Attempt to generate PDF pages tree without any pages, so a new page will be added." |
public static final String |
ATTEMPT_TO_MOVE_TO_FLUSHED_PARENT |
"An attempt is made to move the tag tree pointer to the tag parent which has been already flushed. Tag tree pointer is moved to the root tag instead." |
public static final String |
CANNOT_ADD_FINISHED_HINT_AS_A_NEW_KID_HINT |
"Layout tagging hints addition failed: cannot add a hint that is already marked as finished. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#moveKidHint method for moving already finished kid hint from not yet finished parent hint." |
public static final String |
CANNOT_ADD_HINTS_TO_FINISHED_PARENT |
"Layout tagging hints addition failed: cannot add new kid hints to a parent which hint is already marked as finished. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#replaceKidHint method for replacing not yet finished kid hint of a finished parent hint." |
public static final String |
CANNOT_ADD_KID_HINT_WHICH_IS_ALREADY_ADDED_TO_ANOTHER_PARENT |
"Layout tagging hints addition failed: cannot add a kid hint to a new parent if it is already added to another parent. Consider using com.itextpdf.layout.tagging.LayoutTaggingHelper#moveHint method instead." |
public static final String |
CANNOT_CREATE_FORMFIELD |
"Cannot create form field from a given PDF object: {0}" |
public static final String |
CANNOT_MOVE_FINISHED_HINT |
"Layout tagging hints modification failed: cannot move kid hint for which both itself and it\'s parent are already marked as finished." |
public static final String |
CANNOT_MOVE_HINT_TO_FINISHED_PARENT |
"Layout tagging hints modification failed: cannot move kid hint to a parent that is already marked as finished." |
public static final String |
CANNOT_REPLACE_FINISHED_HINT |
"Layout tagging hints modification failed: cannot replace a kid hint that is already marked as finished." |
public static final String |
CANNOT_RESOLVE_ROLE_IN_NAMESPACE_TOO_MUCH_TRANSITIVE_MAPPINGS |
"Cannot resolve \"{0}\" role in {1} namespace mapping to standard role, because of the too much transitive mappings." |
public static final String |
CANNOT_RESOLVE_ROLE_TOO_MUCH_TRANSITIVE_MAPPINGS |
"Cannot resolve \"{0}\" role mapping to standard role, because of the too much transitive mappings." |
public static final String |
CANVAS_ALREADY_FULL_ELEMENT_WILL_BE_SKIPPED |
"Canvas is already full. Element will be skipped." |
public static final String |
CHARACTER_DIRECTION_HAS_NOT_BEEN_DETECTED |
"The direction for this character has not been detected: code point {0}. The Other Neutrals algorithm will be used." |
public static final String |
CLIP_ELEMENT |
"Element content was clipped because some height properties are set." |
public static final String |
COLLECTION_DICTIONARY_ALREADY_EXISTS_IT_WILL_BE_MODIFIED |
"Collection dictionary already exists. It will be modified." |
public static final String |
COLOR_ALPHA_CHANNEL_IS_IGNORED |
"Alpha channel {0} was ignored during color creation. Note that opacity can be achieved in some places by using \'setOpacity\' method or \'TransparentColor\' class" |
public static final String |
COLOR_NOT_PARSED |
"Color \"{0}\" was not parsed. It has invalid value. Defaulting to black color." |
public static final String |
COLORANT_INTENSITIES_INVALID |
"Some of colorant intensities are invalid: they are bigger than 1 or less than 0. We will force them to become 1 or 0 respectively." |
public static final String |
COMB_FLAG_MAY_BE_SET_ONLY_IF_MAXLEN_IS_PRESENT |
"The Comb flag may be set only if the MaxLen entry is present in the text field dictionary and if the Multiline, Password, and FileSelect flags are clear." |
public static final String |
COULD_NOT_FIND_GLYPH_WITH_CODE |
"Could not find glyph with the following code: {0}" |
public static final String |
CREATE_COPY_SHOULD_BE_OVERRIDDEN |
"While processing an instance of TextRenderer, iText uses createCopy() to create glyph lines of specific fonts, which represent its parts. So if one extends TextRenderer, one should override createCopy, otherwise if FontSelector related logic is triggered, copies of this TextRenderer will have the default behavior rather than the custom one." |
public static final String |
CREATED_ROOT_TAG_HAS_MAPPING |
"Created root tag has role mapping: \"/Document\" role{0} is mapped{1}. Resulting tag structure might have invalid root tag." |
public static final String |
DESTINATION_NOT_PERMITTED_WHEN_ACTION_IS_SET |
"Destinations are not permitted for link annotations that already have actions. The old action will be removed." |
public static final String |
DIRECTONLY_OBJECT_CANNOT_BE_INDIRECT |
"DirectOnly object cannot be indirect" |
public static final String |
DOCFONT_HAS_ILLEGAL_DIFFERENCES |
"Document Font has illegal differences array. Entry {0} references a glyph ID over 255 and will be ignored." |
public static final String |
DOCUMENT_ALREADY_HAS_FIELD |
"The document already has field {0}. Annotations of the fields with this name will be added to the existing one as children. If you want to have separate fields, please, rename them manually before copying." |
public static final String |
DOCUMENT_HAS_CONFLICTING_OCG_NAMES |
"Document has conflicting names for optional content groups. Groups with conflicting names will be renamed" |
public static final String |
DOCUMENT_IDS_ARE_CORRUPTED |
"The document original and/or modified id is corrupted" |
public static final String |
DOCUMENT_SERIALIZATION_EXCEPTION_RAISED |
"Unhandled exception while serialization" |
public static final String |
DOCUMENT_VERSION_IN_CATALOG_CORRUPTED |
"The document version specified in catalog is corrupted" |
public static final String |
DURING_CONSTRUCTION_OF_ICC_PROFILE_ERROR_OCCURRED |
"During the construction of the ICC profile, the {0} error with message \"{1}\" occurred, the ICC profile will not be installed in the image." |
public static final String |
ELEMENT_DOES_NOT_FIT_AREA |
"Element does not fit current area. {0}" |
public static final String |
ELEMENT_WAS_FORCE_PLACED_KEEP_WITH_NEXT_WILL_BE_IGNORED |
"Element was placed in a forced way. Keep with next property will be ignored" |
public static final String |
EMBEDDED_GO_TO_DESTINATION_NOT_SPECIFIED |
"No destination in the target was specified for action. Destination entry is mandatory for embedded go-to actions." |
public static final String |
ENCOUNTERED_INVALID_MCR |
"Corrupted tag structure: encountered invalid marked content reference - it doesn\'t refer to any page or any mcid. This content reference will be ignored." |
public static final String |
ENCRYPTED_PAYLOAD_FILE_SPEC_SHALL_HAVE_AFRELATIONSHIP_FILED_EQUAL_TO_ENCRYPTED_PAYLOAD |
"Encrypted payload file spec shall have \'AFRelationship\' filed equal to \'EncryptedPayload\'" |
public static final String |
ENCRYPTION_ENTRIES_P_AND_ENCRYPT_METADATA_NOT_CORRESPOND_PERMS_ENTRY |
"Encryption dictionary entries P and EncryptMetadata have value that does not correspond to encrypted values in Perms key." |
public static final String |
EXCEPTION_WHILE_CREATING_DEFAULT_FONT |
"Exception while creating default font (Helvetica, WinAnsi)" |
public static final String |
EXCEPTION_WHILE_UPDATING_XMPMETADATA |
"Exception while updating XmpMetadata" |
public static final String |
EXISTING_TAG_STRUCTURE_ROOT_IS_NOT_STANDARD |
"Existing tag structure of the document has a root of \"{0}\" role in \"{1}\" namespace that is not mapped to the standard role." |
public static final String |
FAILED_TO_DETERMINE_CID_FONT_SUBTYPE |
"Failed to determine CIDFont subtype. The type of CIDFont shall be CIDFontType0 or CIDFontType2." |
public static final String |
FAILED_TO_PARSE_ENCODING_STREAM |
"Failed to parse encoding stream." |
public static final String |
FAILED_TO_PROCESS_A_TRANSFORMATION_MATRIX |
"Failed to process a transformation matrix which is noninvertible. Some content may be placed not as expected." |
public static final String |
FIELD_VALUE_IS_NOT_CONTAINED_IN_OPT_ARRAY |
"Value \"{0}\" is not contained in /Opt array of field \"{1}\"." |
public static final String |
FILE_CHANNEL_CLOSING_FAILED |
"Closing of the file channel this source is based on failed." |
public static final String |
FILTER_WAS_ALREADY_FLUSHED |
"{0} {1} R stream object filter was already flushed, stream compression will remain as in original file. Try to flush object containing filter before the PdfDocument#close() method so that stream compression would be processed as intended." |
public static final String |
FLEX_ITEM_LAYOUT_RESULT_IS_NOT_FULL |
"Flex item layout result isn\'t full, but it must be. The cross size of the flex item will be 0." |
public static final String |
FLUSHED_OBJECT_CONTAINS_FREE_REFERENCE |
"Flushed object contains indirect reference which is free. Null object will be written instead." |
public static final String |
FLUSHED_OBJECT_CONTAINS_REFERENCE_WHICH_NOT_REFER_TO_ANY_OBJECT |
"Flushed object contains indirect reference which doesn\'t refer to any other object. Null object will be written instead." |
public static final String |
FONT_DICTIONARY_WITH_NO_FONT_DESCRIPTOR |
"Font dictionary does not contain required /FontDescriptor entry." |
public static final String |
FONT_DICTIONARY_WITH_NO_WIDTHS |
"Font dictionary does not contain required /Widths entry." |
public static final String |
FONT_HAS_INVALID_GLYPH |
"Font {0} has invalid glyph: {1}" |
public static final String |
FONT_PROPERTY_MUST_BE_PDF_FONT_OBJECT |
"The \"Property.FONT\" property must be a PdfFont object in this context." |
public static final String |
FONT_SUBSET_ISSUE |
"Font subset issue. Full font will be embedded." |
public static final String |
FORBID_RELEASE_IS_SET |
"ForbidRelease flag is set and release is called. Releasing will not be performed." |
public static final String |
FORM_FIELD_WAS_FLUSHED |
"A form field was flushed. There\'s no way to create this field in the AcroForm dictionary." |
public static final String |
GET_NEXT_RENDERER_SHOULD_BE_OVERRIDDEN |
"If a renderer overflows, iText uses this method to create another renderer for the overflow part. So if one wants to extend the renderer, one should override this method: otherwise the default method will be used and thus the default rather than the custom renderer will be created." |
public static final String |
GPOS_LOOKUP_SUBTABLE_FORMAT_NOT_SUPPORTED |
"Subtable format {0} of GPOS Lookup Type {1} is not supported yet" |
public static final String |
GRAPHICS_STATE_WAS_DELETED |
"Graphics state is always deleted after event dispatching. If you want to preserve it in renderer info, use preserveGraphicsState method after receiving renderer info." |
public static final String |
IF_PATH_IS_SET_VERTICES_SHALL_NOT_BE_PRESENT |
"If Path key is set, Vertices key shall not be present. Remove Vertices key before setting Path" |
public static final String |
IMAGE_HAS_AMBIGUOUS_SCALE |
"The image cannot be auto scaled and scaled by a certain parameter simultaneously" |
public static final String |
IMAGE_HAS_ICC_PROFILE_WITH_INCOMPATIBLE_NUMBER_OF_COLOR_COMPONENTS_COMPARED_TO_BASE_COLOR_SPACE_IN_INDEXED_COLOR_SPACE |
"Image has icc profile with incompatible number of color components compared to base color space in image indexed color space. The icc profile will be ignored." |
public static final String |
IMAGE_HAS_ICC_PROFILE_WITH_INCOMPATIBLE_NUMBER_OF_COLOR_COMPONENTS_COMPARED_TO_COLOR_SPACE |
"Image has icc profile with incompatible number of color components compared to image color space. The icc profile will be ignored." |
public static final String |
IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_BASE_COLOR_SPACE_IN_INDEXED_COLOR_SPACE_OVERRIDDEN_BY_ICC_PROFILE |
"Image has incorrect or unsupported base color space in indexed color space, it will be overridden by one based on embedded icc profile." |
public static final String |
IMAGE_HAS_INCORRECT_OR_UNSUPPORTED_COLOR_SPACE_OVERRIDDEN_BY_ICC_PROFILE |
"Image has incorrect or unsupported color space, that will be overridden by one based on embedded icc profile." |
public static final String |
IMAGE_HAS_JBIG2DECODE_FILTER |
"Image cannot be inline if it has JBIG2Decode filter. It will be added as an ImageXObject" |
public static final String |
IMAGE_HAS_JPXDECODE_FILTER |
"Image cannot be inline if it has JPXDecode filter. It will be added as an ImageXObject" |
public static final String |
IMAGE_HAS_MASK |
"Image cannot be inline if it has a Mask" |
public static final String |
IMAGE_SIZE_CANNOT_BE_MORE_4KB |
"Inline image size cannot be more than 4KB. It will be added as an ImageXObject" |
public static final String |
INCORRECT_PAGEROTATION |
"Encounterd a page rotation that was not a multiple of 90\u00b0/ (Pi/2) when generating default appearances for form fields" |
public static final String |
INDIRECT_REFERENCE_USED_IN_FLUSHED_OBJECT_MADE_FREE |
"An attempt is made to free an indirect reference which was already used in the flushed object. Indirect reference wasn\'t freed." |
public static final String |
INLINE_BLOCK_ELEMENT_WILL_BE_CLIPPED |
"Inline block element does not fit into parent element and will be clipped" |
public static final String |
INPUT_STREAM_CONTENT_IS_LOST_ON_PDFSTREAM_SERIALIZATION |
"PdfStream contains not null input stream. It\'s content will be lost in serialized object." |
public static final String |
INVALID_DESTINATION_TYPE |
"When destination\'s not associated with a Remote or Embedded Go-To action, it shall specify page dictionary instead of page number. Otherwise destination might be considered invalid" |
public static final String |
INVALID_DISTRIBUTION_POINT |
"Skipped CRL: {0}" |
public static final String |
INVALID_INDIRECT_REFERENCE |
"Invalid indirect reference {0} {1} R" |
public static final String |
INVALID_KEY_VALUE_KEY_0_HAS_NULL_VALUE |
"Invalid key value: key {0} has null value." |
public static final String |
LAST_ROW_IS_NOT_COMPLETE |
"Last row is not completed. Table bottom border may collapse as you do not expect it" |
public static final String |
MAKE_COPY_OF_CATALOG_DICTIONARY_IS_FORBIDDEN |
"Make copy of Catalog dictionary is forbidden." |
public static final String |
MAPPING_IN_NAMESPACE_OVERWRITTEN |
"Existing mapping for {0} in {1} namespace was overwritten." |
public static final String |
MAPPING_IN_STRUCT_ROOT_OVERWRITTEN |
"Existing mapping for {0} in structure tree root role map was {1} and it was overwritten with {2}." |
public static final String |
METHOD_IS_NOT_IMPLEMENTED_BY_DEFAULT_OTHER_METHOD_WILL_BE_USED |
"Method {0} is not implemented by default: please, override and implement it. {1} will be used instead." |
public static final String |
MULTIPLE_VALUES_ON_A_NON_MULTISELECT_FIELD |
"Multiple values were set to a field that does not have MultiSelect flag set." |
public static final String |
N_ENTRY_IS_REQUIRED_FOR_APPEARANCE_DICTIONARY |
"\\N entry is required to be present in an appearance dictionary." |
public static final String |
NAME_ALREADY_EXISTS_IN_THE_NAME_TREE |
"Name \"{0}\" already exists in the name tree; old value will be replaced by the new one." |
public static final String |
NO_FIELDS_IN_ACROFORM |
"Required AcroForm entry /Fields does not exist in the document. Empty array /Fields will be created." |
public static final String |
NOT_TAGGED_PAGES_IN_TAGGED_DOCUMENT |
"Not tagged pages are copied to the tagged document. Destination document now may contain not tagged content." |
public static final String |
NUM_TREE_SHALL_NOT_END_WITH_KEY |
"Number tree ends with a key which is invalid according to the PDF specification." |
public static final String |
OCCUPIED_AREA_HAS_NOT_BEEN_INITIALIZED |
"Occupied area has not been initialized. {0}" |
public static final String |
OCG_COPYING_ERROR |
"OCG copying caused the following exception: {0}." |
public static final String |
OCSP_STATUS_IS_REVOKED |
"OCSP status is revoked." |
public static final String |
OCSP_STATUS_IS_UNKNOWN |
"OCSP status is unknown." |
public static final String |
ONE_OF_GROUPED_SOURCES_CLOSING_FAILED |
"Closing of one of the grouped sources failed." |
public static final String |
ONLY_ONE_OF_ARTBOX_OR_TRIMBOX_CAN_EXIST_IN_THE_PAGE |
"Only one of artbox or trimbox can exist on the page. The trimbox will be deleted" |
public static final String |
OPENTYPE_GDEF_TABLE_ERROR |
"OpenType GDEF table error: {0}" |
public static final String |
ORPHANS_CONSTRAINT_VIOLATED |
"Orphans constraint violated for paragraph split at page {0}. Min number of orphans: {1}; actual: {2}. \nComment: {3}" |
public static final String |
OUTLINE_DESTINATION_PAGE_NUMBER_IS_OUT_OF_BOUNDS |
"Outline destination page number {0} is out of bounds" |
public static final String |
PAGE_TREE_IS_BROKEN_FAILED_TO_RETRIEVE_PAGE |
"Page tree is broken. Failed to retrieve page number {0}. Null will be returned." |
public static final String |
PAGE_WAS_FLUSHED_ACTION_WILL_NOT_BE_PERFORMED |
"Page was flushed. {0} will not be performed." |
public static final String |
PASSED_PAGE_SHALL_BE_ON_WHICH_CANVAS_WILL_BE_RENDERED |
"The page passed to Canvas#enableAutoTagging(PdfPage) method shall be the one on which this canvas will be rendered. However the actual passed PdfPage instance sets not such page. This might lead to creation of malformed PDF document." |
public static final String |
PATH_KEY_IS_PRESENT_VERTICES_WILL_BE_IGNORED |
"Path key is present. Vertices will be ignored" |
public static final String |
PDF_OBJECT_FLUSHING_NOT_PERFORMED |
"PdfObject flushing is not performed: PdfDocument is opened in append mode and the object is not marked as modified ( see PdfObject#setModified() )." |
public static final String |
PDF_READER_CLOSING_FAILED |
"PdfReader closing failed due to the error occurred!" |
public static final String |
PDF_REFERS_TO_NOT_EXISTING_PROPERTY_DICTIONARY |
"The PDF contains a BDC operator which refers to a not existing Property dictionary: {0}." |
public static final String |
PDF_WRITER_CLOSING_FAILED |
"PdfWriter closing failed due to the error occurred!" |
public static final String |
PNG_IMAGE_HAS_ICC_PROFILE_WITH_INCOMPATIBLE_NUMBER_OF_COLOR_COMPONENTS |
"Png image has color profile with incompatible number of color components." |
public static final String |
POPUP_ENTRY_IS_NOT_POPUP_ANNOTATION |
"Popup entry in the markup annotations refers not to the annotation with Popup subtype." |
public static final String |
PREMATURE_CALL_OF_HANDLE_VIOLATION_METHOD |
"Premature call of handleViolation method." |
public static final String |
PROPERTY_IN_PERCENTS_NOT_SUPPORTED |
"Property {0} in percents is not supported" |
public static final String |
RECTANGLE_HAS_NEGATIVE_OR_ZERO_SIZES |
"The {0} rectangle has negative or zero sizes. It will not be displayed." |
public static final String |
RECTANGLE_HAS_NEGATIVE_SIZE |
"The {0} rectangle has negative size. It will not be displayed." |
public static final String |
REMOVING_PAGE_HAS_ALREADY_BEEN_FLUSHED |
"The page requested to be removed has already been flushed." |
public static final String |
RENDERER_WAS_NOT_ABLE_TO_PROCESS_KEEP_WITH_NEXT |
"The renderer was not able to process keep with next property properly" |
public static final String |
ROLE_MAPPING_FROM_SOURCE_IS_NOT_COPIED_ALREADY_EXIST |
"Role mapping \"{0}\" from source document is not copied. Destination document already has \"{1}\" mapping." |
public static final String |
ROLE_MAPPING_FROM_SOURCE_IS_NOT_COPIED_INVALID |
"Role mapping for \"{0}\" from source document is not copied. Mapping to namespace is in an invalid form (should be [PdfName, PdfDictionary])." |
public static final String |
ROTATION_WAS_NOT_CORRECTLY_PROCESSED_FOR_RENDERER |
"Rotation was not correctly processed for {0}" |
public static final String |
SOME_TARGET_FIELDS_ARE_NOT_SET_OR_INCORRECT |
"Some fields in target dictionary are not set or incorrect. Null will be returned." |
public static final String |
SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY |
"Source document has AcroForm dictionary. The pages you are going to copy may have FormFields, but they will not be copied, because you have not used any IPdfPageExtraCopier" |
public static final String |
START_MARKER_MISSING_IN_PFB_FILE |
"Start marker is missing in the pfb file" |
public static final String |
STDSCRIPTCONFIG_DESIGNED_ONLY_FOR_STD_SCRIPTS |
"StandardScriptConfig class is designed for only standard scripts, otherwise it might be incompatible." |
public static final String |
STRUCTURE_ELEMENT_REPLACED_BY_ITS_ID_IN_STRUCTURE_DESTINATION |
"Structure destinations shall specify structure element ID in remote go-to actions. Structure element has been replaced with its ID in the structure destination" |
public static final String |
SUM_OF_TABLE_COLUMNS_IS_GREATER_THAN_100 |
"Sum of table columns is greater than 100%." |
public static final String |
TABLE_WIDTH_IS_MORE_THAN_EXPECTED_DUE_TO_MIN_WIDTH |
"Table width is more than expected due to min width of cell(s)." |
public static final String |
TAG_STRUCTURE_CONTEXT_WILL_BE_REINITIALIZED_ON_SERIALIZATION |
"Tag structure context is not null and will be reinitialized in the copy of document. The copy may lose some data" |
public static final String |
TAG_STRUCTURE_INIT_FAILED |
"Tag structure initialization failed, tag structure is ignored, it might be corrupted." |
public static final String |
TAGGING_HINT_NOT_FINISHED_BEFORE_CLOSE |
"Tagging hint wasn\'t finished before closing." |
public static final String |
TOUNICODE_CMAP_MORE_THAN_2_BYTES_NOT_SUPPORTED |
"ToUnicode CMap more than 2 bytes not supported." |
public static final String |
TYPE3_FONT_CANNOT_BE_ADDED |
"Type 3 font cannot be added to FontSet. Custom FontProvider class may be created for this purpose." |
public static final String |
TYPE3_FONT_INITIALIZATION_ISSUE |
"Type 3 font issue. Font cannot be initialized correctly." |
public static final String |
TYPE3_FONT_ISSUE_TAGGED_PDF |
"Type 3 font issue. Font Descriptor is required for tagged PDF. FontName shall be specified." |
public static final String |
TYPOGRAPHY_NOT_FOUND |
"Cannot find pdfCalligraph module, which was implicitly required by one of the layout properties" |
public static final String |
UNABLE_TO_APPLY_PAGE_DEPENDENT_PROP_UNKNOWN_PAGE_ON_WHICH_ELEMENT_IS_DRAWN |
"Unable to apply page dependent property, because the page on which element is drawn is unknown. Usually this means that element was added to the Canvas instance that was created not with constructor taking PdfPage as argument. Not processed property: {0}" |
public static final String |
UNABLE_TO_INTERRUPT_THREAD |
"Unable to interrupt a thread" |
public static final String |
UNABLE_TO_INVERT_GRADIENT_TRANSFORMATION |
"Unable to invert gradient transformation, ignoring it" |
public static final String |
UNABLE_TO_REGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK |
"Unable to register event data handler shutdown hook because of security reasons." |
public static final String |
UNABLE_TO_SEARCH_FOR_EVENT_CONTEXT |
"It is impossible to retrieve event context because of the security reasons. Event counting may behave in unexpected way" |
public static final String |
UNABLE_TO_UNREGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK |
"Unable to unregister event data handler shutdown hook because of security permissions" |
public static final String |
UNEXPECTED_BEHAVIOUR_DURING_TABLE_ROW_COLLAPSING |
"Unexpected behaviour during table row collapsing. Calculated rowspan was less then 1." |
public static final String |
UNEXPECTED_EVENT_HANDLER_SERVICE_THREAD_EXCEPTION |
"Unexpected exception encountered in service thread. Shutting it down." |
public static final String |
UNKNOWN_CMAP |
"Unknown CMap {0}" |
public static final String |
UNKNOWN_COLOR_FORMAT_MUST_BE_RGB_OR_RRGGBB |
"Unknown color format: must be rgb or rrggbb." |
public static final String |
UNKNOWN_DIGEST_METHOD |
"Unknown digest method. Valid values are MD5, SHA1 SHA256, SHA384, SHA512 and RIPEMD160." |
public static final String |
UNKNOWN_ERROR_WHILE_PROCESSING_CMAP |
"Unknown error while processing CMap." |
public static final String |
UNSUPPORTED_COLOR_IN_DA |
"Unsupported color in FormField\'s DA" |
public static final String |
VERSION_INCOMPATIBILITY_FOR_DICTIONARY_ENTRY |
"\"{0}\" entry in the \"{1}\" dictionary is a {2} and higher version feature. It is meaningless for the current {3} version." |
public static final String |
WIDOWS_CONSTRAINT_VIOLATED |
"Widows constraint violated for paragraph split at page {0}. Min number of widows: {1}; actual: {2}.\nComment: {3}" |
public static final String |
WRITER_ENCRYPTION_IS_IGNORED_APPEND |
"Writer encryption will be ignored, because append mode is used. Document will preserve the original encryption (or will stay unencrypted)" |
public static final String |
WRITER_ENCRYPTION_IS_IGNORED_PRESERVE |
"Writer encryption will be ignored, because preservation of encryption is enabled. Document will preserve the original encryption (or will stay unencrypted)" |
public static final String |
WRONG_MEDIABOX_SIZE_TOO_MANY_ARGUMENTS |
"Wrong media box size: {0}. The arguments beyond the 4th will be ignored" |
public static final String |
XFDF_ANNOTATION_IS_NOT_SUPPORTED |
"Xfdf annotation \"{0}\" is not supported" |
public static final String |
XFDF_HREF_ATTRIBUTE_AND_PDF_DOCUMENT_NAME_ARE_DIFFERENT |
"Xfdf href attribute and pdf document name are different!" |
public static final String |
XFDF_NO_F_OBJECT_TO_COMPARE |
"Xfdf no f object to compare." |
public static final String |
XFDF_NO_SUCH_FIELD_IN_PDF_DOCUMENT |
"Xfdf no such field in pdf document!" |
public static final String |
XFDF_OUTPUT_STREAM_CORRUPTED |
"Xfdf output stream is corrupted." |
public static final String |
XFDF_UNSUPPORTED_ANNOTATION_ATTRIBUTE |
"Xfdf unsupported attribute type" |
public static final String |
XOBJECT_HAS_NO_STRUCT_PARENTS |
"XObject has no StructParents entry in its stream, no entry in ParentTree will be created for the corresponding structure elements" |
public static final String |
XREF_ERROR_WHILE_READING_TABLE_WILL_BE_REBUILT |
"Error occurred while reading cross reference table. Cross reference table will be rebuilt." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GHOSTSCRIPT_ENVIRONMENT_VARIABLE |
"ITEXT_GS_EXEC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAGICK_COMPARE_ENVIRONMENT_VARIABLE |
"ITEXT_MAGICK_COMPARE_EXEC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROCESS_PDF |
"process-pdf" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final double |
ZERO_EPSILON |
1.0E-10 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
PERMS_MASK_1_FOR_REVISION_2 |
-64 |
protected static final int |
PERMS_MASK_1_FOR_REVISION_3_OR_GREATER |
-3904 |
protected static final int |
PERMS_MASK_2 |
-4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UnsupportedSecurityHandler |
"Failed to open the document. Security handler {0} is not supported" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
END_PAGE |
"EndPdfPage" |
public static final String |
INSERT_PAGE |
"InsertPdfPage" |
public static final String |
REMOVE_PAGE |
"RemovePdfPage" |
public static final String |
START_PAGE |
"StartPdfPage" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PdfReaderNotOpenedWithOwnerPassword |
"PdfReader is not opened with owner password" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AMOUNT_OF_BYTES_LESS_THAN_ZERO |
"Amount of bytes in the PDF document cannot be less than zero" |
public static final String |
ANNOTATION_SHALL_HAVE_REFERENCE_TO_PAGE |
"Annotation shall have reference to page." |
public static final String |
APPEND_MODE_REQUIRES_A_DOCUMENT_WITHOUT_ERRORS_EVEN_IF_RECOVERY_IS_POSSIBLE |
"Append mode requires a document without errors, even if recovery is possible." |
public static final String |
BAD_CERTIFICATE_AND_KEY |
"Bad public key certificate and/or private key." |
public static final String |
BAD_USER_PASSWORD |
"Bad user password. Password is not provided or wrong password provided. Correct password should be passed to PdfReader constructor with properties. See ReaderProperties#setPassword() method." |
public static final String |
CANNOT_ADD_KID_TO_THE_FLUSHED_ELEMENT |
"Cannot add kid to the flushed element." |
public static final String |
CANNOT_BE_EMBEDDED_DUE_TO_LICENSING_RESTRICTIONS |
"{0} cannot be embedded due to licensing restrictions." |
public static final String |
CANNOT_CLOSE_DOCUMENT |
"Cannot close document." |
public static final String |
CANNOT_CLOSE_DOCUMENT_WITH_ALREADY_FLUSHED_PDF_CATALOG |
"Cannot close document with already flushed PDF Catalog." |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_AN_ARRAY_OF_BOOLEANS |
"Cannot convert PdfArray to an array of booleans" |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_DOUBLE_ARRAY |
"Cannot convert PdfArray to an array of doubles." |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_FLOAT_ARRAY |
"Cannot convert PdfArray to an array of floats." |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_INT_ARRAY |
"Cannot convert PdfArray to an array of integers." |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_LONG_ARRAY |
"Cannot convert PdfArray to an array of longs." |
public static final String |
CANNOT_CONVERT_PDF_ARRAY_TO_RECTANGLE |
"Cannot convert PdfArray to Rectangle." |
public static final String |
CANNOT_COPY_FLUSHED_OBJECT |
"Cannot copy flushed object." |
public static final String |
CANNOT_COPY_FLUSHED_TAG |
"Cannot copy flushed tag." |
public static final String |
CANNOT_COPY_INDIRECT_OBJECT_FROM_THE_DOCUMENT_THAT_IS_BEING_WRITTEN |
"Cannot copy indirect object from the document that is being written." |
public static final String |
CANNOT_COPY_OBJECT_CONTENT |
"Cannot copy object content." |
public static final String |
CANNOT_COPY_TO_DOCUMENT_OPENED_IN_READING_MODE |
"Cannot copy to document opened in reading mode." |
public static final String |
CANNOT_CREATE_FONT_FROM_NULL_PDF_DICTIONARY |
"Cannot create font from null pdf dictionary." |
public static final String |
CANNOT_CREATE_PDF_IMAGE_XOBJECT_BY_WMF_IMAGE |
"Cannot create PdfImageXObject instance by WmfImage. Use PdfFormXObject constructor instead." |
public static final String |
CANNOT_CREATE_PDFSTREAM_BY_INPUT_STREAM_WITHOUT_PDF_DOCUMENT |
"Cannot create pdfstream by InputStream without PdfDocument." |
public static final String |
CANNOT_CREATE_TYPE_0_FONT_WITH_TRUE_TYPE_FONT_PROGRAM_WITHOUT_EMBEDDING_IT |
"Cannot create Type0 font with true type font program without embedding it." |
public static final String |
CANNOT_EMBED_STANDARD_FONT |
"Standard fonts cannot be embedded." |
public static final String |
CANNOT_EMBED_TYPE_0_FONT_WITH_CID_FONT_PROGRAM |
"Cannot embed Type0 font with CID font program based on non-generic predefined CMap." |
public static final String |
CANNOT_FIND_IMAGE_DATA_OR_EI |
"Cannot find image data or EI." |
public static final String |
CANNOT_FLUSH_DOCUMENT_ROOT_TAG_BEFORE_DOCUMENT_IS_CLOSED |
"Cannot flush document root tag before document is closed." |
public static final String |
CANNOT_FLUSH_OBJECT |
"Cannot flush object." |
public static final String |
CANNOT_GET_CONTENT_BYTES |
"Cannot get content bytes." |
public static final String |
CANNOT_GET_PDF_STREAM_BYTES |
"Cannot get PdfStream bytes." |
public static final String |
CANNOT_MOVE_FLUSHED_TAG |
"Cannot move flushed tag" |
public static final String |
CANNOT_MOVE_PAGES_IN_PARTLY_FLUSHED_DOCUMENT |
"Cannot move pages in partly flushed document. Page number {0} is already flushed." |
public static final String |
CANNOT_MOVE_TO_FLUSHED_KID |
"Cannot move to flushed kid." |
public static final String |
CANNOT_MOVE_TO_MARKED_CONTENT_REFERENCE |
"Cannot move to marked content reference." |
public static final String |
CANNOT_MOVE_TO_PARENT_CURRENT_ELEMENT_IS_ROOT |
"Cannot move to parent current element is root." |
public static final String |
CANNOT_OPEN_DOCUMENT |
"Cannot open document." |
public static final String |
CANNOT_OPERATE_WITH_FLUSHED_PDF_STREAM |
"Cannot operate with the flushed PdfStream." |
public static final String |
CANNOT_PARSE_CONTENT_STREAM |
"Cannot parse content stream." |
public static final String |
CANNOT_READ_A_STREAM_IN_ORDER_TO_APPEND_NEW_BYTES |
"Cannot read a stream in order to append new bytes." |
public static final String |
CANNOT_READ_PDF_OBJECT |
"Cannot read PdfObject." |
public static final String |
CANNOT_RECOGNISE_DOCUMENT_FONT_WITH_ENCODING |
"Cannot recognise document font {0} with {1} encoding" |
public static final String |
CANNOT_RELOCATE_ROOT_TAG |
"Cannot relocate root tag." |
public static final String |
CANNOT_RELOCATE_TAG_WHICH_IS_ALREADY_FLUSHED |
"Cannot relocate tag which is already flushed." |
public static final String |
CANNOT_RELOCATE_TAG_WHICH_PARENT_IS_ALREADY_FLUSHED |
"Cannot relocate tag which parent is already flushed." |
public static final String |
CANNOT_REMOVE_DOCUMENT_ROOT_TAG |
"Cannot remove document root tag." |
public static final String |
CANNOT_REMOVE_MARKED_CONTENT_REFERENCE_BECAUSE_ITS_PAGE_WAS_ALREADY_FLUSHED |
"Cannot remove marked content reference, because its page has been already flushed." |
public static final String |
CANNOT_REMOVE_TAG_BECAUSE_ITS_PARENT_IS_FLUSHED |
"Cannot remove tag, because its parent is flushed." |
public static final String |
CANNOT_RETRIEVE_MEDIA_BOX_ATTRIBUTE |
"Invalid PDF. There is no media box attribute for page or its parents." |
public static final String |
CANNOT_SET_DATA_TO_PDF_STREAM_WHICH_WAS_CREATED_BY_INPUT_STREAM |
"Cannot set data to PdfStream which was created by InputStream." |
public static final String |
CANNOT_SET_ENCRYPTED_PAYLOAD_TO_DOCUMENT_OPENED_IN_READING_MODE |
"Cannot set encrypted payload to a document opened in read only mode." |
public static final String |
CANNOT_SET_ENCRYPTED_PAYLOAD_TO_ENCRYPTED_DOCUMENT |
"Cannot set encrypted payload to an encrypted document." |
public static final String |
CANNOT_SPLIT_DOCUMENT_THAT_IS_BEING_WRITTEN |
"Cannot split document that is being written." |
public static final String |
CANNOT_WRITE_OBJECT_AFTER_IT_WAS_RELEASED |
"Cannot write object after it was released. In normal situation the object must be read once again before being written." |
public static final String |
CANNOT_WRITE_TO_PDF_STREAM |
"Cannot write to PdfStream." |
public static final String |
CERTIFICATE_IS_NOT_PROVIDED_DOCUMENT_IS_ENCRYPTED_WITH_PUBLIC_KEY_CERTIFICATE |
"Certificate is not provided. Document is encrypted with public key certificate, it should be passed to PdfReader constructor with properties. See ReaderProperties#setPublicKeySecurityParams() method." |
public static final String |
CF_NOT_FOUND_ENCRYPTION |
"/CF not found (encryption)" |
public static final String |
COLOR_SPACE_NOT_FOUND |
"ColorSpace not found." |
public static final String |
CONTENT_STREAM_MUST_NOT_INVOKE_OPERATORS_THAT_SPECIFY_COLORS_OR_OTHER_COLOR_RELATED_PARAMETERS |
"Content stream must not invoke operators that specify colors or other color related parameters in the graphics state." |
public static final String |
CORRUPTED_OUTLINE_DICTIONARY_HAS_INFINITE_LOOP |
"Document outline dictionary is corrupted: some outline (PDF object: \"{0}\") has wrong first/next link entry." |
public static final String |
CORRUPTED_OUTLINE_NO_PARENT_ENTRY |
"Document outline is corrupted: some outline (PDF object: \"{0}\") lacks the required parent entry." |
public static final String |
CORRUPTED_OUTLINE_NO_TITLE_ENTRY |
"Document outline is corrupted: some outline (PDF object: \"{0}\") lacks the required title entry." |
public static final String |
CORRUPTED_ROOT_ENTRY_IN_TRAILER |
"The trailer is corrupted: the catalog is corrupted or cannot be referenced from the file\'s trailer. The PDF cannot be opened." |
public static final String |
DATA_HANDLER_COUNTER_HAS_BEEN_DISABLED |
"Data handler counter has been disabled" |
public static final String |
DEFAULT_CRYPT_FILTER_NOT_FOUND_ENCRYPTION |
"/DefaultCryptFilter not found (encryption)." |
public static final String |
DICTIONARY_DOES_NOT_HAVE_SUPPORTED_FONT_DATA |
"Dictionary doesn\'t have supported font data." |
public static final String |
DOCUMENT_CLOSED_IT_IS_IMPOSSIBLE_TO_EXECUTE_ACTION |
"Document was closed. It is impossible to execute action." |
public static final String |
DOCUMENT_DOES_NOT_CONTAIN_STRUCT_TREE_ROOT |
"Document doesn\'t contain StructTreeRoot." |
public static final String |
DOCUMENT_FOR_COPY_TO_CANNOT_BE_NULL |
"Document for copyTo cannot be null." |
public static final String |
DOCUMENT_HAS_NO_PDF_CATALOG_OBJECT |
"Document has no PDF Catalog object." |
public static final String |
DOCUMENT_HAS_NOT_BEEN_READ_YET |
"The PDF document has not been read yet. Document reading occurs in PdfDocument class constructor" |
public static final String |
DURING_DECOMPRESSION_MULTIPLE_STREAMS_IN_SUM_OCCUPIED_MORE_MEMORY_THAN_ALLOWED |
"During decompression multiple streams in sum occupied more memory than allowed. Please either check your pdf or increase the allowed single decompressed pdf stream maximum size value by setting the appropriate parameter of ReaderProperties\'s MemoryLimitsAwareHandler." |
public static final String |
DURING_DECOMPRESSION_SINGLE_STREAM_OCCUPIED_MORE_MEMORY_THAN_ALLOWED |
"During decompression a single stream occupied more memory than allowed. Please either check your pdf or increase the allowed multiple decompressed pdf streams maximum size value by setting the appropriate parameter of ReaderProperties\'s MemoryLimitsAwareHandler." |
public static final String |
DURING_DECOMPRESSION_SINGLE_STREAM_OCCUPIED_MORE_THAN_MAX_INTEGER_VALUE |
"During decompression a single stream occupied more than a maximum integer value. Please check your pdf." |
public static final String |
ENCRYPTED_PAYLOAD_FILE_SPEC_DOES_NOT_HAVE_ENCRYPTED_PAYLOAD_DICTIONARY |
"Encrypted payload file spec shall have encrypted payload dictionary." |
public static final String |
ENCRYPTED_PAYLOAD_FILE_SPEC_SHALL_BE_INDIRECT |
"Encrypted payload file spec shall be indirect." |
public static final String |
ENCRYPTED_PAYLOAD_FILE_SPEC_SHALL_HAVE_EF_DICTIONARY |
"Encrypted payload file spec shall have \'EF\' key. The value of such key shall be a dictionary that contains embedded file stream." |
public static final String |
ENCRYPTED_PAYLOAD_FILE_SPEC_SHALL_HAVE_TYPE_EQUAL_TO_FILESPEC |
"Encrypted payload file spec shall have \'Type\' key. The value of such key shall be \'Filespec\'." |
public static final String |
ENCRYPTED_PAYLOAD_SHALL_HAVE_SUBTYPE |
"Encrypted payload shall have \'Subtype\' field specifying crypto filter" |
public static final String |
ENCRYPTED_PAYLOAD_SHALL_HAVE_TYPE_EQUALS_TO_ENCRYPTED_PAYLOAD_IF_PRESENT |
"Encrypted payload dictionary shall have field \'Type\' equal to \'EncryptedPayload\' if present" |
public static final String |
END_OF_CONTENT_STREAM_REACHED_BEFORE_END_OF_IMAGE_DATA |
"End of content stream reached before end of image data." |
public static final String |
ERROR_WHILE_READING_OBJECT_STREAM |
"Error while reading Object Stream." |
public static final String |
EXTERNAL_ENTITY_ELEMENT_FOUND_IN_XML |
"External entity element found in XML. This entity will not be parsed to prevent XML attacks." |
public static final String |
FILE_POSITION_0_CROSS_REFERENCE_ENTRY_IN_THIS_XREF_SUBSECTION |
"file position 0 cross reference entry in this xref subsection." |
public static final String |
FILTER_CCITTFAXDECODE_IS_ONLY_SUPPORTED_FOR_IMAGES |
"Filter CCITTFaxDecode is only supported for images" |
public static final String |
FILTER_IS_NOT_A_NAME_OR_ARRAY |
"filter is not a name or array." |
public static final String |
FLUSHED_PAGE_CANNOT_BE_ADDED_OR_INSERTED |
"Flushed page cannot be added or inserted." |
public static final String |
FLUSHED_PAGE_CANNOT_BE_REMOVED |
"Flushed page cannot be removed from a document which is tagged or has an AcroForm" |
public static final String |
FLUSHED_STREAM_FILTER_EXCEPTION |
"Stream {0} {1} R contains flushed indirect filter object in encrypted document, try to use PdfStream#flush() stream before PdfDocument#close() to prevent this exception" |
public static final String |
FLUSHING_HELPER_FLUSHING_MODE_IS_NOT_FOR_DOC_READING_MODE |
"Flushing writes the object to the output stream and releases it from memory. It is only possible for documents that have a PdfWriter associated with them. Use PageFlushingHelper#releaseDeep method instead." |
public static final String |
FONT_AND_SIZE_MUST_BE_SET_BEFORE_WRITING_ANY_TEXT |
"Font and size must be set before writing any text." |
public static final String |
FONT_EMBEDDING_ISSUE |
"Font embedding issue." |
public static final String |
FORM_XOBJECT_MUST_HAVE_BBOX |
"Form XObject must have BBox." |
public static final String |
FUCTIONFACTORY_INVALID_FUNCTION_TYPE |
"Invalid function type {0}" |
public static final String |
FUCTIONFACTORY_INVALID_OBJECT_TYPE |
"Invalid object type, a function must be either a Dictionary or a Stream" |
public static final String |
FUCTIONFACTORY_INVALID_OBJECT_TYPE_TYPE0 |
"Invalid object type, a function type 0 requires a stream object" |
public static final String |
FUCTIONFACTORY_INVALID_OBJECT_TYPE_TYPE4 |
"Invalid object type, a function type 4 requires a stream object" |
public static final String |
FUNCTION_IS_NOT_COMPATIBLE_WITH_COLOR_SPACE |
"Function is not compatible with ColorSpace." |
public static final String |
FUNCTION_NOT_SET |
"The output size depends on the functions, but no function is set yet." |
public static final String |
GET_IMAGEBYTES_FOR_SEPARATION_COLOR_ONLY_SUPPORTS_RGB |
"Only RGB alternate color spaces are currently supported for extracting separation color images" |
public static final String |
ILLEGAL_CHARACTER_IN_ASCII85DECODE |
"Illegal character in ASCII85Decode." |
public static final String |
ILLEGAL_CHARACTER_IN_ASCIIHEXDECODE |
"illegal character in ASCIIHexDecode." |
public static final String |
ILLEGAL_LENGTH_VALUE |
"Illegal length value." |
public static final String |
ILLEGAL_R_VALUE |
"Illegal R value." |
public static final String |
ILLEGAL_V_VALUE |
"Illegal V value." |
public static final String |
IN_A_PAGE_LABEL_THE_PAGE_NUMBERS_MUST_BE_GREATER_OR_EQUAL_TO_1 |
"In a page label the page numbers must be greater or equal to 1." |
public static final String |
INCORRECT_NUMBER_OF_COMPONENTS |
"Incorrect number of components." |
public static final String |
INPUT_NOT_MULTIPLE_OF_DOMAIN_SIZE |
"The size of the input array must be a multiple of the domain size" |
public static final String |
INPUT_NOT_MULTIPLE_OF_RANGE_SIZE |
"The size of the input array must be a multiple of the range size" |
public static final String |
INVALID_CROSS_REFERENCE_ENTRY_IN_THIS_XREF_SUBSECTION |
"Invalid cross reference entry in this xref subsection." |
public static final String |
INVALID_INDIRECT_REFERENCE |
"Invalid indirect reference {0}." |
public static final String |
INVALID_INPUT_FOR_TYPE_2_FUNCTION |
"Invalid input value for PDF Type 2 Function, value should be a single number." |
public static final String |
INVALID_INPUT_FOR_TYPE_3_FUNCTION |
"Invalid input value for PDF Type 3 Function, value should be a single number." |
public static final String |
INVALID_LENGTH |
"The offset + length must be lower than or equal to the length of the byte array." |
public static final String |
INVALID_LENGTH_FOR_WORDSIZE |
"The length must be a multiple of {0}." |
public static final String |
INVALID_MEDIA_BOX_VALUE |
"Tne media box object has incorrect values." |
public static final String |
INVALID_OFFSET_FOR_THIS_OBJECT |
"Invalid offset for object {0}." |
public static final String |
INVALID_PAGE_STRUCTURE |
"Invalid page structure {0}." |
public static final String |
INVALID_PAGE_STRUCTURE_PAGES_MUST_BE_PDF_DICTIONARY |
"Invalid page structure. /Pages must be PdfDictionary." |
public static final String |
INVALID_RANGE_ARRAY |
"Invalid range array." |
public static final String |
INVALID_TYPE_2_FUNCTION_DOMAIN |
"Invalid PDF Type 2 Function object, \"Domain\" array shall consist of 2 numbers." |
public static final String |
INVALID_TYPE_2_FUNCTION_N |
"Invalid PDF Type 2 Function object, \"N\" field should be existed and must be a number." |
public static final String |
INVALID_TYPE_2_FUNCTION_N_NEGATIVE |
"Invalid PDF Type 2 Function object, when \"N\" is negative, values of \"Domain\" shall not allow zero as input value." |
public static final String |
INVALID_TYPE_2_FUNCTION_N_NOT_INTEGER |
"Invalid PDF Type 2 Function object, when \"N\" is not an integer, values of \"Domain\" shall define the input value as non-negative." |
public static final String |
INVALID_TYPE_2_FUNCTION_OUTPUT_SIZE |
"Invalid PDF Type 2 Function object, if present the size of \"C0\", \"C1\" and half \"Range\" shall be equal." |
public static final String |
INVALID_TYPE_3_FUNCTION_BOUNDS |
"Invalid PDF Type 3 Function object, \"Bounds\" elements shall be in order of increasing value, and each value shall be within the domain defined by \"Domain\"." |
public static final String |
INVALID_TYPE_3_FUNCTION_DOMAIN |
"Invalid PDF Type 3 Function object, \"Domain\" array shall consist of 2 numbers." |
public static final String |
INVALID_TYPE_3_FUNCTION_FUNCTIONS_INPUT |
"Invalid PDF Type 3 Function object, all functions shall have 1 input value." |
public static final String |
INVALID_TYPE_3_FUNCTION_FUNCTIONS_OUTPUT |
"Invalid PDF Type 3 Function object, the output dimensionality of all functions shall be the same, and compatible with the value of \"Range\"." |
public static final String |
INVALID_TYPE_3_FUNCTION_NULL_BOUNDS |
"Invalid PDF Type 3 Function object, \"Bounds\" array should be exist and it size should corresponds to the size of \"Functions\" array." |
public static final String |
INVALID_TYPE_3_FUNCTION_NULL_ENCODE |
"Invalid PDF Type 3 Function object, \"Encode\" array should be exist and it size should be 2 times more than \"Functions\" array size." |
public static final String |
INVALID_TYPE_3_FUNCTION_NULL_FUNCTIONS |
"Invalid PDF Type 3 Function object, \"Functions\" array should be exist and can\'t be empty." |
public static final String |
INVALID_XREF_STREAM |
"Invalid xref stream." |
public static final String |
INVALID_XREF_TABLE |
"Invalid xref table." |
public static final String |
IO_EXCEPTION |
"I/O exception." |
public static final String |
IO_EXCEPTION_WHILE_CREATING_FONT |
"I/O exception while creating Font" |
public static final String |
LZW_DECODER_EXCEPTION |
"LZW decoder exception." |
public static final String |
LZW_FLAVOUR_NOT_SUPPORTED |
"LZW flavour not supported." |
public static final String |
MISSING_REQUIRED_FIELD_IN_FONT_DICTIONARY |
"Missing required field {0} in font dictionary." |
public static final String |
MUST_BE_A_TAGGED_DOCUMENT |
"Must be a tagged document." |
public static final String |
NO_COMPATIBLE_ENCRYPTION_FOUND |
"No compatible encryption found." |
public static final String |
NO_GLYPHS_DEFINED_FOR_TYPE_3_FONT |
"No glyphs defined for type3 font." |
public static final String |
NO_KID_WITH_SUCH_ROLE |
"No kid with such role." |
public static final String |
NO_VALID_ENCRYPTION_MODE |
"No valid encryption mode." |
public static final String |
NONINVERTIBLE_MATRIX_CANNOT_BE_PROCESSED |
"A noninvertible matrix has been parsed. The behaviour is unpredictable." |
public static final String |
NOT_A_PLACEABLE_WINDOWS_METAFILE |
"Not a placeable windows metafile." |
public static final String |
NOT_A_VALID_PLACEABLE_WINDOWS_METAFILE |
"{0} is not a valid placeable windows metafile." |
public static final String |
NOT_A_WMF_IMAGE |
"Not a WMF image." |
public static final String |
NUMBER_OF_BOOLEANS_IN_THE_ARRAY_DOES_NOT_CORRESPOND_WITH_THE_NUMBER_OF_FIELDS |
"The number of booleans in the array doesn\'t correspond with the number of fields." |
public static final String |
NUMBER_OF_ENTRIES_IN_THIS_XREF_SUBSECTION_NOT_FOUND |
"Number of entries in this xref subsection not found." |
public static final String |
NUMBER_OF_PAGES_CAN_NOT_BE_NEGATIVE |
"Number of pages can not be negative." |
public static final String |
OBJECT_MUST_BE_INDIRECT_TO_WORK_WITH_THIS_WRAPPER |
"Object must be indirect to work with this wrapper." |
public static final String |
OBJECT_NUMBER_OF_THE_FIRST_OBJECT_IN_THIS_XREF_SUBSECTION_NOT_FOUND |
"Object number of the first object in this xref subsection not found." |
public static final String |
ONLY_BMP_CAN_BE_WRAPPED_IN_WMF |
"Only BMP can be wrapped in WMF." |
public static final String |
ONLY_IDENTITY_CMAPS_SUPPORTS_WITH_TRUETYPE |
"Only Identity CMaps supports with truetype" |
public static final String |
OPERATOR_EI_NOT_FOUND_AFTER_END_OF_IMAGE_DATA |
"Operator EI not found after the end of image data." |
public static final String |
PAGE_ALREADY_FLUSHED |
"The page has been already flushed." |
public static final String |
PAGE_CANNOT_BE_ADDED_TO_DOCUMENT_BECAUSE_IT_BELONGS_TO_ANOTHER_DOCUMENT |
"The passed page belongs to document {0} (page {1} of the document) and therefore cannot be added to this document ({2})." |
public static final String |
PAGE_IS_NOT_SET_FOR_THE_PDF_TAG_STRUCTURE |
"Page is not set for the pdf tag structure." |
public static final String |
PDF_DECRYPTION |
"Exception occurred with PDF document decryption. One of the possible reasons is wrong password or wrong public key certificate and private key." |
public static final String |
PDF_ENCRYPTION |
"PdfEncryption exception." |
public static final String |
PDF_FORM_XOBJECT_HAS_INVALID_BBOX |
"PdfFormXObject has invalid BBox." |
public static final String |
PDF_INDIRECT_OBJECT_BELONGS_TO_OTHER_PDF_DOCUMENT |
"Pdf indirect object belongs to other PDF document. Copy object to current pdf document." |
public static final String |
PDF_OBJECT_STREAM_REACH_MAX_SIZE |
"PdfObjectStream reach max size." |
public static final String |
PDF_PAGES_TREE_COULD_BE_GENERATED_ONLY_ONCE |
"PdfPages tree could be generated only once." |
public static final String |
PDF_READER_HAS_BEEN_ALREADY_UTILIZED |
"Given PdfReader instance has already been utilized. The PdfReader cannot be reused, please create a new instance." |
public static final String |
PDF_STARTXREF_IS_NOT_FOLLOWED_BY_A_NUMBER |
"PDF startxref is not followed by a number." |
public static final String |
PDF_STARTXREF_NOT_FOUND |
"PDF startxref not found." |
public static final String |
PDF_TYPE0_FUNCTION_BITS_PER_SAMPLE_INVALID_VALUE |
"bitsPerSample value must be from {1, 2, 4, 8, 12, 16, 24, 32}" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_DECODE |
"Invalid decode array for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_DOMAIN |
"Invalid domain for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_ENCODE |
"Invalid encode array for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_ORDER |
"Order must be equal to 1 or 3" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_RANGE |
"Invalid encode array for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_SAMPLES |
"Invalid samples array for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_INVALID_SIZE |
"Invalid size array for PDF function of type 0" |
public static final String |
PDF_TYPE0_FUNCTION_NOT_NULL_PARAMETERS |
"Domain, range and size must be not null" |
public static final String |
PDF_VERSION_IS_NOT_VALID |
"PDF version is not valid." |
public static final String |
PNG_FILTER_UNKNOWN |
"PNG filter unknown." |
public static final String |
PRINT_SCALING_ENFORCE_ENTRY_INVALID |
"/PrintScaling shall may appear in the Enforce array only if the corresponding entry in the viewer preferences dictionary specifies a valid value other than AppDefault" |
public static final String |
QUAD_POINT_ARRAY_LENGTH_IS_NOT_A_MULTIPLE_OF_EIGHT |
"The QuadPoint Array length is not a multiple of 8." |
public static final String |
REF_ARRAY_ITEMS_IN_STRUCTURE_ELEMENT_DICTIONARY_SHALL_BE_INDIRECT_OBJECTS |
"Ref array items in structure element dictionary shall be indirect objects." |
public static final String |
REQUESTED_PAGE_NUMBER_IS_OUT_OF_BOUNDS |
"Requested page number {0} is out of bounds." |
public static final String |
RESOURCES_CANNOT_BE_NULL |
"Resources cannot be null." |
public static final String |
RESOURCES_DO_NOT_CONTAIN_EXTGSTATE_ENTRY_UNABLE_TO_PROCESS_THIS_OPERATOR |
"Resources do not contain ExtGState entry. Unable to process operator {0}." |
public static final String |
ROLE_IN_NAMESPACE_IS_NOT_MAPPED_TO_ANY_STANDARD_ROLE |
"Role \"{0}\" in namespace {1} is not mapped to any standard role." |
public static final String |
ROLE_IS_NOT_MAPPED_TO_ANY_STANDARD_ROLE |
"Role \"{0}\" is not mapped to any standard role." |
public static final String |
SHADING_TYPE_NOT_FOUND |
"Shading type not found." |
public static final String |
STDCF_NOT_FOUND_ENCRYPTION |
"/StdCF not found (encryption)" |
public static final String |
STREAM_SHALL_END_WITH_ENDSTREAM |
"Stream shall end with endstream keyword." |
public static final String |
STRUCT_PARENT_INDEX_NOT_FOUND_IN_TAGGED_OBJECT |
"StructParent index not found in tagged object." |
public static final String |
STRUCTURE_ELEMENT_DICTIONARY_SHALL_BE_AN_INDIRECT_OBJECT_IN_ORDER_TO_HAVE_CHILDREN |
"Structure element dictionary shall be an indirect object in order to have children." |
public static final String |
STRUCTURE_ELEMENT_IN_STRUCTURE_DESTINATION_SHALL_BE_AN_INDIRECT_OBJECT |
"Structure element referenced by a structure destination shall be an indirect object." |
public static final String |
STRUCTURE_ELEMENT_SHALL_CONTAIN_PARENT_OBJECT |
"StructureElement shall contain parent object." |
public static final String |
TAG_CANNOT_BE_MOVED_TO_THE_ANOTHER_DOCUMENTS_TAG_STRUCTURE |
"Tag cannot be moved to the another document\'s tag structure." |
public static final String |
TAG_FROM_THE_EXISTING_TAG_STRUCTURE_IS_FLUSHED_CANNOT_ADD_COPIED_PAGE_TAGS |
"Tag from the existing tag structure is flushed. Cannot add copied page tags." |
public static final String |
TAG_STRUCTURE_COPYING_FAILED_IT_MIGHT_BE_CORRUPTED_IN_ONE_OF_THE_DOCUMENTS |
"Tag structure copying failed: it might be corrupted in one of the documents." |
public static final String |
TAG_STRUCTURE_FLUSHING_FAILED_IT_MIGHT_BE_CORRUPTED |
"Tag structure flushing failed: it might be corrupted." |
public static final String |
TAG_TREE_POINTER_IS_IN_INVALID_STATE_IT_POINTS_AT_FLUSHED_ELEMENT_USE_MOVE_TO_ROOT |
"TagTreePointer is in invalid state: it points at flushed element. Use TagTreePointer#moveToRoot." |
public static final String |
TAG_TREE_POINTER_IS_IN_INVALID_STATE_IT_POINTS_AT_REMOVED_ELEMENT_USE_MOVE_TO_ROOT |
"TagTreePointer is in invalid state: it points at removed element use TagTreePointer#moveToRoot." |
public static final String |
THERE_IS_NO_ASSOCIATE_PDF_WRITER_FOR_MAKING_INDIRECTS |
"There is no associate PdfWriter for making indirects." |
public static final String |
THIS_DECODE_PARAMETER_TYPE_IS_NOT_SUPPORTED |
"Decode parameter type {0} is not supported." |
public static final String |
THIS_DICTIONARY_KEY_IS_NOT_A_NAME |
"Dictionary key {0} is not a name." |
public static final String |
THIS_FILTER_IS_NOT_SUPPORTED |
"Filter {0} is not supported." |
public static final String |
TO_FLUSH_THIS_WRAPPER_UNDERLYING_OBJECT_MUST_BE_ADDED_TO_DOCUMENT |
"To manually flush this wrapper, you have to ensure that the object behind this wrapper is added to the document, i.e. it has an indirect reference." |
public static final String |
TRAILER_NOT_FOUND |
"Trailer not found." |
public static final String |
TRAILER_PREV_ENTRY_POINTS_TO_ITS_OWN_CROSS_REFERENCE_SECTION |
"Trailer prev entry points to its own cross reference section." |
public static final String |
TYPE4_EXECUTION_NOT_SUPPORTED |
"Type 4 functions are not yet supported for separation color image extraction." |
public static final String |
UNACCEPTABLE_FIELD_VALUE |
"{0} is not an acceptable value for the field {1}." |
public static final String |
UNBALANCED_BEGIN_END_MARKED_CONTENT_OPERATORS |
"Unbalanced begin/end marked content operators." |
public static final String |
UNBALANCED_LAYER_OPERATORS |
"Unbalanced layer operators." |
public static final String |
UNBALANCED_SAVE_RESTORE_STATE_OPERATORS |
"Unbalanced save restore state operators." |
public static final String |
UNEXPECTED_CHARACTER_FOUND_AFTER_ID_IN_INLINE_IMAGE |
"Unexpected character {0} found after ID in inline image." |
public static final String |
UNEXPECTED_CLOSE_BRACKET |
"Unexpected close bracket." |
public static final String |
UNEXPECTED_COLOR_SPACE |
"Unexpected ColorSpace: {0}." |
public static final String |
UNEXPECTED_END_OF_FILE |
"Unexpected end of file." |
public static final String |
UNEXPECTED_GT_GT |
"unexpected >>." |
public static final String |
UNEXPECTED_SHADING_TYPE |
"Unexpected shading type." |
public static final String |
UNEXPECTED_TOKEN |
"unexpected {0} was encountered." |
public static final String |
UNKNOWN_ENCRYPTION_TYPE_R |
"Unknown encryption type R == {0}." |
public static final String |
UNKNOWN_ENCRYPTION_TYPE_V |
"Unknown encryption type V == {0}." |
public static final String |
UNKNOWN_GRAPHICS_STATE_DICTIONARY |
"{0} is an unknown graphics state dictionary." |
public static final String |
UNKNOWN_PDF_EXCEPTION |
"Unknown PdfException." |
public static final String |
UNSUPPORTED_ASN1_ENCODING |
"Unknown ASN1-encoding {0}. Only DER and BER encodings are supported!" |
public static final String |
UNSUPPORTED_FONT_EMBEDDING_STRATEGY |
"Unsupported font embedding strategy." |
public static final String |
UNSUPPORTED_XOBJECT_TYPE |
"Unsupported XObject type." |
public static final String |
WHEN_ADDING_OBJECT_REFERENCE_TO_THE_TAG_TREE_IT_MUST_BE_CONNECTED_TO_NOT_FLUSHED_OBJECT |
"When adding object reference to the tag tree, it must be connected to not flushed object." |
public static final String |
WHITE_POINT_IS_INCORRECTLY_SPECIFIED |
"White point is incorrectly specified." |
public static final String |
WMF_IMAGE_EXCEPTION |
"WMF image exception." |
public static final String |
WRONG_MEDIA_BOX_SIZE_TOO_FEW_ARGUMENTS |
"Wrong media box size: {0}. Need at least 4 arguments" |
public static final String |
XREF_PREV_SHALL_BE_DIRECT_NUMBER_OBJECT |
"Prev pointer in xref structure shall be direct number object." |
public static final String |
XREF_STREAM_HAS_CYCLED_REFERENCES |
"Xref stream has cycled references. Prev pointer indicates an already visited xref stream." |
public static final String |
XREF_STRUCTURE_SIZE_EXCEEDED_THE_LIMIT |
"Xref structure contains too many elements and may cause OOM exception. You can increase number of elements by setting custom MemoryLimitsAwareHandler." |
public static final String |
XREF_SUBSECTION_NOT_FOUND |
"xref subsection not found." |
public static final String |
XREF_TABLE_HAS_CYCLED_REFERENCES |
"Xref table has cycled references. Prev pointer indicates an already visited xref table." |
public static final String |
YOU_HAVE_TO_DEFINE_A_BOOLEAN_ARRAY_FOR_THIS_COLLECTION_SORT_DICTIONARY |
"You have to define a boolean array for this collection sort dictionary." |
public static final String |
YOU_MUST_SET_A_VALUE_BEFORE_ADDING_A_PREFIX |
"You must set a value before adding a prefix." |
public static final String |
YOU_NEED_A_SINGLE_BOOLEAN_FOR_THIS_COLLECTION_SORT_DICTIONARY |
"You need a single boolean for this collection sort dictionary." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SIMPLE_FONT_MAX_CHAR_CODE_VALUE |
255 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
CID_FONT_TYPE_0 |
0 |
protected static final int |
CID_FONT_TYPE_2 |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
TYPE_FLIP |
64 |
public static final int |
TYPE_GENERAL_ROTATION |
16 |
public static final int |
TYPE_GENERAL_SCALE |
4 |
public static final int |
TYPE_GENERAL_TRANSFORM |
32 |
public static final int |
TYPE_IDENTITY |
0 |
public static final int |
TYPE_MASK_ROTATION |
24 |
public static final int |
TYPE_MASK_SCALE |
6 |
public static final int |
TYPE_QUADRANT_ROTATION |
8 |
public static final int |
TYPE_TRANSLATION |
1 |
public static final int |
TYPE_UNIFORM_SCALE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
I11 |
0 |
public static final int |
I12 |
1 |
public static final int |
I13 |
2 |
public static final int |
I21 |
3 |
public static final int |
I22 |
4 |
public static final int |
I23 |
5 |
public static final int |
I31 |
6 |
public static final int |
I32 |
7 |
public static final int |
I33 |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DETERMINANT_IS_ZERO_CANNOT_INVERT_TRANSFORMATION |
"Determinant is zero. Cannot invert transformation." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
I1 |
0 |
public static final int |
I2 |
1 |
public static final int |
I3 |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CORRUPTED_OUTLINE_DICTIONARY_HAS_INFINITE_LOOP |
"Document outline dictionary is corrupted: some outline (PDF object: \"{0}\") has wrong first/next link entry. Next outlines in this dictionary will be unprocessed." |
public static final String |
DCTDECODE_FILTER_DECODING |
"DCTDecode filter decoding into the bit map is not supported. The stream data would be left in JPEG baseline format" |
public static final String |
FEATURE_IS_NOT_SUPPORTED |
"Exception was thrown: {0}. The feature {1} is probably not supported by your XML processor." |
public static final String |
FULL_COMPRESSION_APPEND_MODE_XREF_STREAM_INCONSISTENCY |
"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" |
public static final String |
FULL_COMPRESSION_APPEND_MODE_XREF_TABLE_INCONSISTENCY |
"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" |
public static final String |
JPXDECODE_FILTER_DECODING |
"JPXDecode filter decoding into the bit map is not supported. The stream data would be left in JPEG2000 format" |
public static final String |
UNABLE_TO_PARSE_COLOR_WITHIN_COLORSPACE |
"Unable to parse color {0} within {1} color space" |
public static final String |
UNCONFIRMED_EVENT |
"Event for the product {0} with type {1} was reported but was not confirmed. Probably appropriate process fail" |
public static final String |
UNKNOWN_PRODUCT_INVOLVED |
"Unknown product {0} was involved into PDF processing. It will be ignored" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ALPHABET_LENGTH |
26 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ALPHABET_LENGTH |
24 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BEST_COMPRESSION |
9 |
public static final int |
BEST_SPEED |
1 |
public static final int |
DEFAULT_COMPRESSION |
-1 |
public static final int |
NO_COMPRESSION |
0 |
public static final int |
UNDEFINED_COMPRESSION |
-2147483648 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALLOW_ASSEMBLY |
1024 |
public static final int |
ALLOW_COPY |
16 |
public static final int |
ALLOW_DEGRADED_PRINTING |
4 |
public static final int |
ALLOW_FILL_IN |
256 |
public static final int |
ALLOW_MODIFY_ANNOTATIONS |
32 |
public static final int |
ALLOW_MODIFY_CONTENTS |
8 |
public static final int |
ALLOW_PRINTING |
2052 |
public static final int |
ALLOW_SCREENREADERS |
512 |
public static final int |
DO_NOT_ENCRYPT_METADATA |
8 |
public static final int |
EMBEDDED_FILES_ONLY |
24 |
public static final int |
ENCRYPTION_AES_128 |
2 |
public static final int |
ENCRYPTION_AES_256 |
3 |
public static final int |
STANDARD_ENCRYPTION_128 |
1 |
public static final int |
STANDARD_ENCRYPTION_40 |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
ARRAY |
1 |
public static final byte |
BOOLEAN |
2 |
public static final byte |
DICTIONARY |
3 |
protected static final short |
FLUSHED |
1 |
protected static final short |
FORBID_RELEASE |
128 |
protected static final short |
FREE |
2 |
public static final byte |
INDIRECT_REFERENCE |
5 |
public static final byte |
LITERAL |
4 |
protected static final short |
MODIFIED |
8 |
protected static final short |
MUST_BE_FLUSHED |
32 |
protected static final short |
MUST_BE_INDIRECT |
64 |
public static final byte |
NAME |
6 |
public static final byte |
NULL |
7 |
public static final byte |
NUMBER |
8 |
protected static final short |
ORIGINAL_OBJECT_STREAM |
16 |
protected static final short |
READ_ONLY |
256 |
protected static final short |
READING |
4 |
public static final byte |
STREAM |
9 |
public static final byte |
STRING |
10 |
protected static final short |
UNENCRYPTED |
512 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEPRECATED_AES256_REVISION |
"It seems that PDF 1.7 document encrypted with AES256 was updated to PDF 2.0 version and StampingProperties#preserveEncryption flag was set: encryption shall be updated via WriterProperties#setStandardEncryption method. Standard security handler was found with revision 5, which is deprecated and shall not be used in PDF 2.0 documents." |
public static final String |
DEPRECATED_ENCRYPTION_ALGORITHMS |
"Encryption algorithms STANDARD_ENCRYPTION_40, STANDARD_ENCRYPTION_128 and ENCRYPTION_AES_128 (see com.itextpdf.kernel.pdf.EncryptionConstants) are deprecated in PDF 2.0. It is highly recommended not to use it." |
public static final String |
DEPRECATED_NEED_APPEARANCES_IN_ACROFORM |
"NeedAppearances has been deprecated in PDF 2.0. Appearance streams are required in PDF 2.0." |
public static final String |
DEPRECATED_XFA_FORMS |
"XFA is deprecated in PDF 2.0. The XFA form will not be written to the document" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
RESET_EXCLUDE |
1 |
public static final int |
SUBMIT_CANONICAL_FORMAT |
512 |
public static final int |
SUBMIT_COORDINATES |
16 |
public static final int |
SUBMIT_EMBED_FORM |
8196 |
public static final int |
SUBMIT_EXCL_F_KEY |
2048 |
public static final int |
SUBMIT_EXCL_NON_USER_ANNOTS |
1024 |
public static final int |
SUBMIT_EXCLUDE |
1 |
public static final int |
SUBMIT_HTML_FORMAT |
4 |
public static final int |
SUBMIT_HTML_GET |
8 |
public static final int |
SUBMIT_INCLUDE_ANNOTATIONS |
128 |
public static final int |
SUBMIT_INCLUDE_APPEND_SAVES |
64 |
public static final int |
SUBMIT_INCLUDE_NO_VALUE_FIELDS |
2 |
public static final int |
SUBMIT_PDF |
256 |
public static final int |
SUBMIT_XFDF |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HIDDEN |
2 |
public static final int |
INVISIBLE |
1 |
public static final int |
LOCKED |
128 |
public static final int |
LOCKED_CONTENTS |
512 |
public static final int |
NO_ROTATE |
16 |
public static final int |
NO_VIEW |
32 |
public static final int |
NO_ZOOM |
8 |
public static final int |
PRINT |
4 |
public static final int |
READ_ONLY |
64 |
public static final int |
TOGGLE_NO_VIEW |
256 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CENTERED |
1 |
public static final int |
LEFT_JUSTIFIED |
0 |
public static final int |
RIGHT_JUSTIFIED |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HIDDEN |
1 |
public static final int |
HIDDEN_BUT_PRINTABLE |
3 |
public static final int |
VISIBLE |
4 |
public static final int |
VISIBLE_BUT_DOES_NOT_PRINT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EVEN_ODD |
2 |
public static final int |
NONZERO_WINDING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BUTT |
0 |
public static final int |
PROJECTING_SQUARE |
2 |
public static final int |
ROUND |
1 |
Modifier and Type |
---|