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: itext/itext.io/itext/io/util/ImageHandlerUtil.cs
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,6 @@ public sealed class ImageHandlerUtil {
48
48
publicconstStringGS_ENVIRONMENT_VARIABLE_IS_NOT_SPECIFIED="Ghostscript command is not specified. Set the "
49
49
+GHOSTSCRIPT_ENVIRONMENT_VARIABLE+" environment variable to a CLI command that can run the Ghostscript application. See BUILDING.MD in the root of the repository for more details.";
50
50
51
-
privateconstStringGHOSTSCRIPT_FAILED="GhostScript failed for <filename>.";
52
-
53
-
privateconstStringCANNOT_OPEN_OUTPUT_DIRECTORY="Cannot open output directory for <filename>.";
0 commit comments