-
Hi,
Is there any way to create a non-blurry pdf from a ps file using type 3 fonts? Specifically, I am having the same issues as this person:
[http://ask.metafilter.com/83317/Making-blurry-PDFs-look-better][1]
Here is a sample ps file:
[http://www.martincarlisle.com/publications/thesis.ps.Z][2]
that doesn't convert nicely, even if I use:
`ps2pdf -dMaxSubsetPct=100...
2009-12-06 03:14:49 UTC by cpickett
-
unzip gs870w32.exe
setupgs.exe "c:/program files/gs/gs8.70".
2009-12-04 20:44:47 UTC by ghostgum
-
i want to get a command line or any other way in which i can install the ghostscipt silentlly...(with out user interface)
i got a code like this
start /Dc:\ /wait c:\gs870w32.exe %PROGRAMFILES%\ghostscript
when i run this code i'm getting the setup invoke,is there any problem in my command line or else any other way i can get the ghostscipt install silently,i'm a dotnet C# developer...
2009-12-04 12:33:08 UTC by rethesh
-
I tried using the %d syntax in the output file but result was only 1 file. This works if the -sDEVICE is something other than pdfwrite.
ex. /usr/local/bin/gs -SDEVICE=pdfwrite -dFirstOage=1 -dLastPage=10 -o msw-%001d.pdf msw.pdf
generated one file msw-1.pdf with 10 pages
/usr/local/bin/gs -SDEVICE=jpeg -dFirstOage=1 -dLastPage=10 -o msw-%001d.jpg msw.pdf
generated 10 files...
2009-11-23 17:54:43 UTC by mwooldridge
-
Using 8.64 on windows xp.
I have a few extra truetype fonts I like from an ancient version of CorelDraw (v3.0). If I do this:
set GS_FONTPATH=c:\util\fonts
It looks like ghostscript sees the fonts, but can't scan them. I get the following message:
Scanning c:\util\fonts for fonts...**** Warning: glyf overlaps cmap, truncating.
**** Warning: glyf overlaps cmap...
2009-11-18 19:40:19 UTC by qft0
-
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