-
Hello,
I have the same problem to convert CMYK EPS to CMYK PDF (it becomes RGB!). When you use IM, some commands use GS, so the problem is really from GS. I still try to find.
2009-11-15 23:31:55 UTC by yvanoff
-
Ghostscript 8.70 produce Error: /syntaxerror in pdfopen Operand stack: (C:\\WINDOWS\\TEMP\\_te4629.tmp) (
2009-11-09 15:57:57 UTC by zdenkochabada
-
Ghostscript 8.70 display 8.64 works fine
Error: /syntaxerror in pdfopen
Operand stack:
(C:\\WINDOWS\\TEMP\\_te4629.tmp) (
2009-11-09 15:55:28 UTC by zdenkochabada
-
YES! Thanks so much! Works perfectly now.
I've been to the end of the internet and back over the last two days trying to get this to work!
Thanks again for your help.
By the way, your GSView software is awesome : )
2009-10-29 14:02:29 UTC by andreyman3d2k
-
Hi,
I am a newbie to ghostscript . Basically I am using it for ps creation and tiff generation from pdf files. The problem is that I use different versions for both of them .. and the following error is thrown up when i use the command for tiff generation
unknown switch -o -ignoring gs: interpreter revision <813> doesn't match gs_init.ps revision <860>
Please help.....
2009-10-29 07:42:11 UTC by wileyjhonson
-
Hi,
I am a newbie to ghostscript . Basically I am using it for ps creation and tiff generation from pdf files. The problem is that I use different versions for both of them .. and the following error is thrown up when i use the command for tiff generation
************
unknown switch -o -ignoring gs: interpreter revision <813> doesn't
match gs_init.ps revision <860>...
2009-10-29 07:41:38 UTC by wileyjhonson
-
You are almost there. You are missing the = after -sOutputFile.
I also suggest you use gswin32c.exe, not gswin32.exe. Both will work, but the former doesn't need to open any more windows.
"C:/Program Files/gs/gs8.70/bin/gswin32.exe" -sDEVICE=jpeg -dNOPAUSE -dBATCH -sOutputFIle="C:/Documents and Settings/Andrey/Desktop/pdftest/book5.jpg" "C:/Documents and...
2009-10-28 20:49:58 UTC by ghostgum
-
Hey ghostgum, thanks for the reply.
Someone else also told me to use the command prompt -- I am trying (getting closer, I think, at least it's responding now) but still no luck.
I type into the command prompt:
"C:/Program Files/gs/gs8.70/bin/gswin32.exe" -sDEVICE=jpeg -dNOPAUSE -dBATCH -sOutputFIle "C:/Documents and Settings/Andrey/Desktop/pdftest/book5.jpg"...
2009-10-28 20:14:41 UTC by andreyman3d2k
-
Two common reasons:
1. You type "gswin32c. -h" at the Windows command prompt, not the Ghostscript command line.
2. You may need to include the path to gswin32c.exe, or change directory to the bin directory first.
"c:\program files\gs\gs8.70\bin\gswin32c.exe" -h.
2009-10-28 20:12:13 UTC by ghostgum
-
I am having the exact same problem. Please post the solution, if you find it! I will do the same.
Andrey.
2009-10-28 13:57:32 UTC by andreyman3d2k