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
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,11 @@ public final class LogMessageConstant {
91
91
publicstaticfinalStringEXISTING_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.";
92
92
publicstaticfinalStringFAILED_TO_DETERMINE_CID_FONT_SUBTYPE = "Failed to determine CIDFont subtype. The type of CIDFont shall be CIDFontType0 or CIDFontType2.";
93
93
publicstaticfinalStringFAILED_TO_PARSE_ENCODING_STREAM = "Failed to parse encoding stream.";
94
+
/**
95
+
* @deprecated Moved into cleanup module
96
+
* The constant will be removed in 7.2.
97
+
*/
98
+
@Deprecated
94
99
publicstaticfinalStringFAILED_TO_PROCESS_A_TRANSFORMATION_MATRIX = "Failed to process a transformation matrix which is noninvertible. Some content may be placed not as expected.";
95
100
publicstaticfinalStringFILE_CHANNEL_CLOSING_FAILED = "Closing of the file channel this source is based on failed.";
96
101
publicstaticfinalStringFLUSHED_OBJECT_CONTAINS_FREE_REFERENCE = "Flushed object contains indirect reference which is free. Null object will be written instead.";
@@ -113,6 +118,11 @@ public final class LogMessageConstant {
113
118
publicstaticfinalStringIMAGE_HAS_JBIG2DECODE_FILTER = "Image cannot be inline if it has JBIG2Decode filter. It will be added as an ImageXObject";
114
119
publicstaticfinalStringIMAGE_HAS_JPXDECODE_FILTER = "Image cannot be inline if it has JPXDecode filter. It will be added as an ImageXObject";
115
120
publicstaticfinalStringIMAGE_HAS_MASK = "Image cannot be inline if it has a Mask";
121
+
/**
122
+
* @deprecated Moved into cleanup module
123
+
* The constant will be removed in 7.2.
124
+
*/
125
+
@Deprecated
116
126
publicstaticfinalStringIMAGE_MASK_CLEAN_UP_NOT_SUPPORTED = "Partial clean up of transparent images with mask encoded with one of the following filters is not supported: JBIG2Decode, DCTDecode, JPXDecode. Image will become non-transparent.";
117
127
publicstaticfinalStringIMAGE_SIZE_CANNOT_BE_MORE_4KB = "Inline image size cannot be more than 4KB. It will be added as an ImageXObject";
118
128
publicstaticfinalStringINCORRECT_PAGEROTATION = "Encounterd a page rotation that was not a multiple of 90°/ (Pi/2) when generating default appearances for form fields";
@@ -150,6 +160,11 @@ public final class LogMessageConstant {
150
160
publicstaticfinalStringPROPERTY_IN_PERCENTS_NOT_SUPPORTED = "Property {0} in percents is not supported";
151
161
publicstaticfinalStringRECTANGLE_HAS_NEGATIVE_OR_ZERO_SIZES = "The {0} rectangle has negative or zero sizes. It will not be displayed.";
152
162
publicstaticfinalStringRECTANGLE_HAS_NEGATIVE_SIZE = "The {0} rectangle has negative size. It will not be displayed.";
163
+
/**
164
+
* @deprecated Moved into cleanup module
165
+
* The constant will be removed in 7.2.
166
+
*/
167
+
@Deprecated
153
168
publicstaticfinalStringREDACTION_OF_ANNOTATION_TYPE_WATERMARK_IS_NOT_SUPPORTED = "Redaction of annotation subtype /Watermark is not supported";
154
169
publicstaticfinalStringREMOVING_PAGE_HAS_ALREADY_BEEN_FLUSHED = "The removing page has already been flushed.";
155
170
publicstaticfinalStringRENDERER_WAS_NOT_ABLE_TO_PROCESS_KEEP_WITH_NEXT = "The renderer was not able to process keep with next property properly";
@@ -197,4 +212,4 @@ public final class LogMessageConstant {
197
212
@Deprecated
198
213
publicstaticfinalStringXREF_ERROR = "Error occurred while reading cross reference table. Cross reference table will be rebuilt.";
199
214
publicstaticfinalStringXREF_ERROR_WHILE_READING_TABLE_WILL_BE_REBUILT = "Error occurred while reading cross reference table. Cross reference table will be rebuilt.";
0 commit comments