vote up 2 vote down star

Just installed GhostScript 8.54 for Windows. Does anyone know of the minimum parameters to pass to gswin32c.exe to make it convert, say, someFile.eps to someFile.eps.pdf?

flag

53% accept rate

1 Answer

vote up 1 vote down check

You use the ps2pdf program for that. This documentation states:

The usage for ps2pdf is

ps2pdf [options] input.[e]ps output.pdf

or, on Unix systems and some versions of Windows NT and OS/2

ps2pdf input.[e]ps

which is equivalent to

ps2pdf input.[e]ps input.pdf

So, locate ps2pdf on your system, and give either of those a try.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.