-
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 in Ghostscript
-
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 in Ghostscript
-
You type the "gs -h" at the OS command prompt, not the ghostscript prompt.
In your case, this would be "gswin32c -h"
Ghostscript does not read .fig files. I reads PostScript and PDF files.
2009-08-07 12:07:28 UTC in Ghostscript
-
Ghostscript is compiled as an ANSI application, rather than Unicode. I don't know of any plans to change it to using Unicode.
Filenames and passwords are stored as PostScript strings, so these will always be 8-bit characters. The best you could do would be to rely on the ANSI to Unicode conversions that automatically happen, but I don't know if that has ever been tested.
2009-06-16 09:32:35 UTC in Ghostscript
-
I'm sad that you claim it wasn't followed up.
Nothing has changed in the way you include fonts.
It is still done by listing the font in Fontmap, or by using the font search method. The only variation is that many of the files are now compiled inside the ghostscript exectable/DLL, and the include path is slightly different to allow it to find the compiled in resources. See "gs -h"...
2009-06-05 09:54:28 UTC in Ghostscript
-
It looks like the file came from a Mac, and is in MacBinary format. Ask the originator of the file to give you just the data fork.
Alternatively, find a tool to extract the data fork and leave the resource fork behind.
2009-04-17 22:37:20 UTC in Ghostscript
-
> Error: /ioerror in --showpage--
Ghostscript had a problem writing the output file.
Look further downstream, starting with the next step, hpijs, and then whatever it is trying to write.
2009-03-02 06:47:36 UTC in Ghostscript
-
The resources and fonts are compiled into ghostscript in this version. Separate files are not needed.
2009-02-11 11:37:40 UTC in Ghostscript
-
You can change the installed path to
C:\Program Files\Ghostscript\
when the installer asks you for the destination.
This is needed because in other languages the directory name "Program Files" changes.
2009-02-10 09:01:55 UTC in Ghostscript
-
One person does the source release, and after that another person builds the Win32 version and then uploads it. It normally takes a 1-2 days.
The Windows files are now available.
2009-02-04 22:38:50 UTC in Ghostscript