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
+"mode requires a document without errors, even if recovery is possible.";
32
+
publicconstStringAPPEND_MODE_REQUIRES_A_DOCUMENT_WITHOUT_ERRORS_EVEN_IF_RECOVERY_IS_POSSIBLE="Append mode requires a document without errors, even if recovery is possible.";
34
33
35
34
publicconstStringBAD_CERTIFICATE_AND_KEY="Bad public key certificate and/or private key.";
36
35
37
-
publicconstStringBAD_USER_PASSWORD="Bad user password. Password is not provided or wrong password "+
38
-
"provided. Correct password should be passed to PdfReader constructor with properties. "+"See ReaderProperties#setPassword() method.";
36
+
publicconstStringBAD_USER_PASSWORD="Bad user password. Password is not provided or wrong password provided. Correct password should be passed "
37
+
+"to PdfReader constructor with properties. See ReaderProperties#setPassword() method.";
39
38
40
39
publicconstStringCANNOT_ADD_KID_TO_THE_FLUSHED_ELEMENT="Cannot add kid to the flushed element.";
41
40
42
-
publicconstStringCANNOT_BE_EMBEDDED_DUE_TO_LICENSING_RESTRICTIONS="{0} cannot be embedded due to "+
43
-
"licensing restrictions.";
41
+
publicconstStringCANNOT_BE_EMBEDDED_DUE_TO_LICENSING_RESTRICTIONS="{0} cannot be embedded due to licensing restrictions.";
44
42
45
43
publicconstStringCANNOT_CLOSE_DOCUMENT="Cannot close document.";
46
44
47
-
publicconstStringCANNOT_CLOSE_DOCUMENT_WITH_ALREADY_FLUSHED_PDF_CATALOG="Cannot close document with "
48
-
+"already flushed PDF Catalog.";
45
+
publicconstStringCANNOT_CLOSE_DOCUMENT_WITH_ALREADY_FLUSHED_PDF_CATALOG="Cannot close document with already flushed PDF Catalog.";
49
46
50
-
publicconstStringCANNOT_CONVERT_PDF_ARRAY_TO_AN_ARRAY_OF_BOOLEANS="Cannot convert PdfArray to an "+
51
-
"array of booleans";
47
+
publicconstStringCANNOT_CONVERT_PDF_ARRAY_TO_AN_ARRAY_OF_BOOLEANS="Cannot convert PdfArray to an array of booleans";
52
48
53
49
publicconstStringCANNOT_CONVERT_PDF_ARRAY_TO_DOUBLE_ARRAY="Cannot convert PdfArray to an array "+"of doubles.";
54
50
@@ -470,12 +466,14 @@ public const String CONTENT_STREAM_MUST_NOT_INVOKE_OPERATORS_THAT_SPECIFY_COLORS
0 commit comments