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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ public final class LogMessageConstant {
83
83
publicstaticfinalStringEXCEPTION_WHILE_CREATING_DEFAULT_FONT = "Exception while creating default font (Helvetica, WinAnsi)";
84
84
publicstaticfinalStringEXCEPTION_WHILE_UPDATING_XMPMETADATA = "Exception while updating XmpMetadata";
85
85
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.";
86
+
publicstaticfinalStringFAILED_TO_DETERMINE_CID_FONT_SUBTYPE = "Failed to determine CIDFont subtype. The type of CIDFont shall be CIDFontType0 or CIDFontType2.";
87
+
publicstaticfinalStringFAILED_TO_PARSE_ENCODING_STREAM = "Failed to parse encoding stream.";
86
88
publicstaticfinalStringFILE_CHANNEL_CLOSING_FAILED = "Closing of the file channel this source is based on failed.";
87
89
publicstaticfinalStringFLUSHED_OBJECT_CONTAINS_FREE_REFERENCE = "Flushed object contains indirect reference which is free. Null object will be written instead.";
88
90
publicstaticfinalStringFLUSHED_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.";
0 commit comments