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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,10 +205,12 @@ public final class LogMessageConstant {
205
205
publicstaticfinalStringTYPE3_FONT_INITIALIZATION_ISSUE = "Type 3 font issue. Font cannot be initialized correctly.";
206
206
publicstaticfinalStringTYPOGRAPHY_NOT_FOUND = "Cannot find pdfCalligraph module, which was implicitly " +
207
207
"required by one of the layout properties";
208
-
publicstaticfinalStringUNABLE_TO_INVERT_GRADIENT_TRANSFORMATION = "Unable to invert gradient transformation, ignoring it";
209
208
publicstaticfinalStringUNABLE_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}";
209
+
publicstaticfinalStringUNABLE_TO_INTERRUPT_THREAD = "Unable to interrupt a thread";
210
+
publicstaticfinalStringUNABLE_TO_INVERT_GRADIENT_TRANSFORMATION = "Unable to invert gradient transformation, ignoring it";
210
211
publicstaticfinalStringUNABLE_TO_REGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK = "Unable to register event data handler shutdown hook because of security reasons.";
211
212
publicstaticfinalStringUNABLE_TO_SEARCH_FOR_EVENT_CONTEXT = "It is impossible to retrieve event context because of the security reasons. Event counting may behave in unexpected way";
213
+
publicstaticfinalStringUNABLE_TO_UNREGISTER_EVENT_DATA_HANDLER_SHUTDOWN_HOOK = "Unable to unregister event data handler shutdown hook because of security permissions";
212
214
publicstaticfinalStringUNEXPECTED_BEHAVIOUR_DURING_TABLE_ROW_COLLAPSING = "Unexpected behaviour during table row collapsing. Calculated rowspan was less then 1.";
213
215
publicstaticfinalStringUNEXPECTED_EVENT_HANDLER_SERVICE_THREAD_EXCEPTION = "Unexpected exception encountered in service thread. Shutting it down.";
Copy file name to clipboardExpand all lines: kernel/src/main/java/com/itextpdf/kernel/PdfException.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ public class PdfException extends RuntimeException {
136
136
publicstaticfinalStringCodabarMustHaveOneAbcdAsStartStopCharacter = "Codabar must have one of 'ABCD' as start/stop character.";
137
137
publicstaticfinalStringColorSpaceNotFound = "ColorSpace not found.";
138
138
publicstaticfinalStringContentStreamMustNotInvokeOperatorsThatSpecifyColorsOrOtherColorRelatedParameters = "Content stream must not invoke operators that specify colors or other color related parameters in the graphics state.";
139
+
publicstaticfinalStringDataHandlerCounterHasBeenDisabled = "Data handler counter has been disabled";
139
140
publicstaticfinalStringDecodeParameterType1IsNotSupported = "Decode parameter type {0} is not supported.";
140
141
publicstaticfinalStringDefaultAppearanceNotFound = "DefaultAppearance is required but not found";
141
142
publicstaticfinalStringDefaultcryptfilterNotFoundEncryption = "/DefaultCryptFilter not found (encryption).";
0 commit comments