jtyreman
Results
1
issues of
jtyreman
using the following code: ``` Ghostscript gs = Ghostscript.getInstance(); try { synchronized (gs) { String[] gsArgs = new String[9]; gsArgs[0] = "-psconv"; gsArgs[1] = "-dNOPAUSE"; gsArgs[2] = "-dBATCH"; gsArgs[3] =...
bug