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: 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
@@ -138,6 +138,7 @@ public class PdfException extends RuntimeException {
138
138
publicstaticfinalStringColorSpaceNotFound = "ColorSpace not found.";
139
139
publicstaticfinalStringContentStreamMustNotInvokeOperatorsThatSpecifyColorsOrOtherColorRelatedParameters = "Content stream must not invoke operators that specify colors or other color related parameters in the graphics state.";
140
140
publicstaticfinalStringDecodeParameterType1IsNotSupported = "Decode parameter type {0} is not supported.";
141
+
publicstaticfinalStringDefaultAppearanceNotFound = "DefaultAppearance is required but not found";
141
142
publicstaticfinalStringDefaultcryptfilterNotFoundEncryption = "/DefaultCryptFilter not found (encryption).";
142
143
publicstaticfinalStringDictionaryKey1IsNotAName = "Dictionary key {0} is not a name.";
0 commit comments