Search found 4 matches

by Ajax83
Tue Mar 25, 2025 2:15 pm
Forum: NConvert
Topic: Issue converting from EPS to PNG when called from Web application server
Replies: 8
Views: 467

Re: Issue converting from EPS to PNG when called from Web application server

Hi cday,

We installed Ghostscript and added it to the system path. When we call the .bat file from our web application server using java code, NConvert now produces a .png file foreach eps file found in the c:\images directory. Your suggestion works!

We are still curious why when called from ...
by Ajax83
Sat Mar 22, 2025 12:52 pm
Forum: NConvert
Topic: Issue converting from EPS to PNG when called from Web application server
Replies: 8
Views: 467

Re: Issue converting from EPS to PNG when called from Web application server

Thank you for your reply and help. The issue here is, I don’t have Ghostscript installed on my local machine and when I run the .bat file from command line I’m able to convert the eps files to png. It’s when called from an application serve, I receive the message: Error: Don't know how to read this ...
by Ajax83
Sat Mar 22, 2025 2:47 am
Forum: NConvert
Topic: Issue converting from EPS to PNG when called from Web application server
Replies: 8
Views: 467

Re: Issue converting from EPS to PNG when called from Web application server

cday wrote: Fri Mar 21, 2025 5:29 pm Well above my pay grade, but could it possibly relate to access to Ghostscript, which xnview software uses to rasterize PDF, PS and AI files, when run the second way??
according to the nconvert file Formats.txt, eps does not need a plugin. This is my understanding.
by Ajax83
Fri Mar 21, 2025 3:40 pm
Forum: NConvert
Topic: Issue converting from EPS to PNG when called from Web application server
Replies: 8
Views: 467

Issue converting from EPS to PNG when called from Web application server

Hi I need some help,

I have a .bat file (C:\Tools\testConversion.bat), which has the two NConvert commands I am using:

C:\Tools\nconvert.exe -overwrite -out png c:\images\*.eps
C:\Tools\nconvert.exe -overwrite -resize 25%% 25%% -out png c:\images\*.tif

When I run the .bat file from command line ...