You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: io/src/main/java/com/itextpdf/io/LogMessageConstant.java
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -49,57 +49,61 @@ This file is part of the iText (R) project.
49
49
publicfinalclassLogMessageConstant {
50
50
51
51
publicstaticfinalStringACTION_WAS_SET_TO_LINK_ANNOTATION_WITH_DESTINATION = "Action was set for a link annotation containing destination. The old destination will be cleared.";
52
+
publicstaticfinalStringALREADY_FLUSHED_INDIRECT_OBJECT_MADE_FREE = "An attempt is made to free already flushed indirect object reference. Indirect reference wasn't freed.";
52
53
publicstaticfinalStringATTEMPT_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.";
54
+
publicstaticfinalStringCALCULATE_HASHCODE_FOR_MODIFIED_PDFNUMBER = "Calculate hashcode for modified PdfNumber.";
53
55
publicstaticfinalStringCLIP_ELEMENT = "Element content was clipped because some height properties are set.";
56
+
publicstaticfinalStringCOLORANT_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.";
54
57
publicstaticfinalStringCOLOR_NOT_FOUND = "Color \"{0}\" not found.";
55
58
publicstaticfinalStringCOLOR_NOT_PARSED = "Color \"{0}\" was not parsed. It has invalid value. Defaulting to black color.";
56
-
publicstaticfinalStringCOLORANT_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.";
57
59
publicstaticfinalStringCOULD_NOT_FIND_GLYPH_WITH_CODE = "Could not find glyph with the following code: {0}";
58
60
publicstaticfinalStringDESTINATION_NOT_PERMITTED_WHEN_ACTION_IS_SET = "Destinations are not permitted for link annotations that already have actions. The old action will be removed.";
59
-
publicstaticfinalStringDOCUMENT_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.";
60
-
publicstaticfinalStringDOCUMENT_SERIALIZATION_EXCEPTION_RAISED = "Unhandled exception while serialization";
61
61
publicstaticfinalStringDIRECTONLY_OBJECT_CANNOT_BE_INDIRECT = "DirectOnly object cannot be indirect";
62
62
publicstaticfinalStringDOCFONT_HAS_ILLEGAL_DIFFERENCES = "Document Font has illegal differences array. Entry {0} references a glyph ID over 255 and will be ignored.";
63
-
publicstaticfinalStringGRAPHICS_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.";
63
+
publicstaticfinalStringDOCUMENT_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.";
64
+
publicstaticfinalStringDOCUMENT_SERIALIZATION_EXCEPTION_RAISED = "Unhandled exception while serialization";
64
65
publicstaticfinalStringELEMENT_DOES_NOT_FIT_AREA = "Element does not fit current area. {0}";
65
66
publicstaticfinalStringELEMENT_WAS_FORCE_PLACED_KEEP_WITH_NEXT_WILL_BE_IGNORED = "Element was placed in a forced way. Keep with next property will be ignored";
66
67
publicstaticfinalStringENCOUNTERED_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.";
67
-
publicstaticfinalStringEXCEPTION_WHILE_UPDATING_XMPMETADATA = "Exception while updating XmpMetadata";
68
68
publicstaticfinalStringEXCEPTION_WHILE_CREATING_DEFAULT_FONT = "Exception while creating default font (Helvetica, WinAnsi)";
69
+
publicstaticfinalStringEXCEPTION_WHILE_UPDATING_XMPMETADATA = "Exception while updating XmpMetadata";
69
70
publicstaticfinalStringFILE_CHANNEL_CLOSING_FAILED = "Closing of the file channel this source is based on failed.";
71
+
publicstaticfinalStringFLUSHED_OBJECT_CONTAINS_REFERENCE_WHICH_NOT_REFER_TO_ANY_OBJECT = "Flushed object contains indirect reference which doesn't refer to any other object (e.g. this reference might be a free reference). Null object will be written instead.";
70
72
publicstaticfinalStringFONT_HAS_INVALID_GLYPH = "Font {0} has invalid glyph: {1}";
71
-
publicstaticfinalStringFORBID_RELEASE_IS_SET = "ForbidRelease flag is set and release is called. Releasing will not be performed.";
72
73
publicstaticfinalStringFONT_PROPERTY_MUST_BE_PDF_FONT_OBJECT = "The Font Property must be a PdfFont object";
74
+
publicstaticfinalStringFORBID_RELEASE_IS_SET = "ForbidRelease flag is set and release is called. Releasing will not be performed.";
73
75
publicstaticfinalStringFORM_FIELD_WAS_FLUSHED = "A form field was flushed. There's no way to create this field in the AcroForm dictionary.";
76
+
publicstaticfinalStringGRAPHICS_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.";
74
77
publicstaticfinalStringIMAGE_HAS_AMBIGUOUS_SCALE = "The image cannot be auto scaled and scaled by a certain parameter simultaneously";
75
78
publicstaticfinalStringIMAGE_HAS_JBIG2DECODE_FILTER = "Image cannot be inline if it has JBIG2Decode filter. It will be added as an ImageXObject";
76
-
publicstaticfinalStringIMAGE_HAS_MASK = "Image cannot be inline if it has a Mask";
77
79
publicstaticfinalStringIMAGE_HAS_JPXDECODE_FILTER = "Image cannot be inline if it has JPXDecode filter. It will be added as an ImageXObject";
80
+
publicstaticfinalStringIMAGE_HAS_MASK = "Image cannot be inline if it has a Mask";
78
81
publicstaticfinalStringIMAGE_SIZE_CANNOT_BE_MORE_4KB = "Inline image size cannot be more than 4KB. It will be added as an ImageXObject";
79
82
publicstaticfinalStringINCORRECT_PAGEROTATION = "Encounterd a page rotation that was not a multiple of 90°/ (Pi/2) when generating default appearances for form fields";
83
+
publicstaticfinalStringINDIRECT_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.";
80
84
publicstaticfinalStringINLINE_BLOCK_ELEMENT_WILL_BE_CLIPPED = "Inline block element does not fit into parent element and will be clipped";
81
85
publicstaticfinalStringINPUT_STREAM_CONTENT_IS_LOST_ON_PDFSTREAM_SERIALIZATION = "PdfStream contains not null input stream. It's content will be lost in serialized object.";
publicstaticfinalStringINVALID_KEY_VALUE_KEY_0_HAS_NULL_VALUE = "Invalid key value: key {0} has null value.";
84
88
publicstaticfinalStringLAST_ROW_IS_NOT_COMPLETE = "Last row is not completed. Table bottom border may collapse as you do not expect it";
85
-
publicstaticfinalStringCALCULATE_HASHCODE_FOR_MODIFIED_PDFNUMBER = "Calculate hashcode for modified PdfNumber.";
86
89
publicstaticfinalStringMAKE_COPY_OF_CATALOG_DICTIONARY_IS_FORBIDDEN = "Make copy of Catalog dictionary is forbidden.";
87
90
publicstaticfinalStringNAME_ALREADY_EXISTS_IN_THE_NAME_TREE = "Name \"{0}\" already exists in the name tree; old value will be replaced by the new one.";
88
-
publicstaticfinalStringNO_FIELDS_IN_ACROFORM = "Required AcroForm entry /Fields does not exist in the document. Empty array /Fields will be created.";
89
91
publicstaticfinalStringNOT_TAGGED_PAGES_IN_TAGGED_DOCUMENT = "Not tagged pages are copied to the tagged document. Destination document now may contain not tagged content.";
92
+
publicstaticfinalStringNO_FIELDS_IN_ACROFORM = "Required AcroForm entry /Fields does not exist in the document. Empty array /Fields will be created.";
90
93
publicstaticfinalStringNUM_TREE_SHALL_NOT_END_WITH_KEY = "Number tree ends with a key which is invalid according to the PDF specification.";
91
-
publicstaticfinalStringPDF_READER_CLOSING_FAILED = "PdfReader closing failed due to the error occurred!";
92
-
publicstaticfinalStringPDF_WRITER_CLOSING_FAILED = "PdfWriter closing failed due to the error occurred!";
93
-
publicstaticfinalStringPOPUP_ENTRY_IS_NOT_POPUP_ANNOTATION = "Popup entry in the markup annotations refers not to the annotation with Popup subtype.";
94
94
publicstaticfinalStringOCCUPIED_AREA_HAS_NOT_BEEN_INITIALIZED = "Occupied area has not been initialized. {0}";
95
95
publicstaticfinalStringOCSP_STATUS_IS_REVOKED = "OCSP status is revoked.";
96
96
publicstaticfinalStringOCSP_STATUS_IS_UNKNOWN = "OCSP status is unknown.";
97
97
publicstaticfinalStringONE_OF_GROUPED_SOURCES_CLOSING_FAILED = "Closing of one of the grouped sources failed.";
98
98
publicstaticfinalStringONLY_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";
publicstaticfinalStringPDF_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() ).";
101
+
publicstaticfinalStringPDF_READER_CLOSING_FAILED = "PdfReader closing failed due to the error occurred!";
102
+
publicstaticfinalStringPDF_WRITER_CLOSING_FAILED = "PdfWriter closing failed due to the error occurred!";
103
+
publicstaticfinalStringPOPUP_ENTRY_IS_NOT_POPUP_ANNOTATION = "Popup entry in the markup annotations refers not to the annotation with Popup subtype.";
100
104
publicstaticfinalStringPROPERTY_IN_PERCENTS_NOT_SUPPORTED = "Property {0} in percents is not supported";
101
-
publicstaticfinalStringRECTANGLE_HAS_NEGATIVE_SIZE = "The {0} rectangle has negative size. It will not be displayed.";
102
105
publicstaticfinalStringRECTANGLE_HAS_NEGATIVE_OR_ZERO_SIZES = "The {0} rectangle has negative or zero sizes. It will not be displayed.";
106
+
publicstaticfinalStringRECTANGLE_HAS_NEGATIVE_SIZE = "The {0} rectangle has negative size. It will not be displayed.";
publicstaticfinalStringREMOVING_PAGE_HAS_ALREADY_BEEN_FLUSHED = "The removing page has already been flushed.";
105
109
publicstaticfinalStringRENDERER_WAS_NOT_ABLE_TO_PROCESS_KEEP_WITH_NEXT = "The renderer was not able to process keep with next property properly";
@@ -110,13 +114,12 @@ public final class LogMessageConstant {
110
114
publicstaticfinalStringTABLE_WIDTH_IS_MORE_THAN_EXPECTED_DUE_TO_MIN_WIDTH = "Table width is more than expected due to min width of cell(s).";
111
115
publicstaticfinalStringTAG_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";
112
116
publicstaticfinalStringTAG_STRUCTURE_INIT_FAILED = "Tag structure initialization failed, tag structure is ignored, it might be corrupted.";
117
+
publicstaticfinalStringTOUNICODE_CMAP_MORE_THAN_2_BYTES_NOT_SUPPORTED = "ToUnicode CMap more than 2 bytes not supported.";
113
118
publicstaticfinalStringUNEXPECTED_BEHAVIOUR_DURING_TABLE_ROW_COLLAPSING = "Unexpected behaviour during table row collapsing. Calculated rowspan was less then 1.";
publicstaticfinalStringUNKNOWN_COLOR_FORMAT_MUST_BE_RGB_OR_RRGGBB = "Unknown color format: must be rgb or rrggbb.";
116
121
publicstaticfinalStringUNKNOWN_ERROR_WHILE_PROCESSING_CMAP = "Unknown error while processing CMap.";
117
-
publicstaticfinalStringTOUNICODE_CMAP_MORE_THAN_2_BYTES_NOT_SUPPORTED = "ToUnicode CMap more than 2 bytes not supported.";
118
122
publicstaticfinalStringWRITER_ENCRYPTION_IS_IGNORED_APPEND = "Writer encryption will be ignored, because append mode is used. Document will preserve the original encryption (or will stay unencrypted)";
119
123
publicstaticfinalStringWRITER_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)";
120
124
publicstaticfinalStringXREF_ERROR = "Error occurred while reading cross reference table. Cross reference table will be rebuilt.";
0 commit comments