++ 19/11/01 14:40 -0600 - [EMAIL PROTECTED]: > I'm trying to convert postscript graphics to pdf format like this: > > gs -sDEVICE=pdfwrite -sOutputFile=filename.pdf filename.ps > > but the size of the pdf file is very different from the size of the original ps > file. Sometimes it's bigger, sometimes smaller. How do I control this?
You don't. Both PostScript and PDF are programatic formats. This means that there isn't, say, a description of the lines on a page stored in the file, but a program describing how to draw them. Conversion is thus, difficult. Specifically, ghostscript is converting from one _programming_language_ to another; and you are worrying about the size :) -- Crutcher Dunnavant, Red Hat OS Devel <[EMAIL PROTECTED]> passwd: anoncvs, cvs -z6 -d :pserver:[EMAIL PROTECTED]:/cvs/rhl login cvs -z6 -d :pserver:[EMAIL PROTECTED]:/cvs/rhl co printconf _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list