Hi, sorry for the delay,
Try to create GhostscriptProcessor instance like this:
GhostscriptProcessor processor = new GhostscriptProcessor(_gs_version_info, true);
Where second parameter 'true' tells the GhostscriptProcessor to create the instance in it's own memory space. By default in your sample this parameter is set to 'false'.
Cheers,
Josip
Try to create GhostscriptProcessor instance like this:
GhostscriptProcessor processor = new GhostscriptProcessor(_gs_version_info, true);
Where second parameter 'true' tells the GhostscriptProcessor to create the instance in it's own memory space. By default in your sample this parameter is set to 'false'.
Cheers,
Josip