At Tue, 4 Jun 2002 13:53:40 +1000, ramon buckland wrote:
> Got a Postscript that needs to be converted on the fly (ColdFusion
> scripting)
> to PDF and streamed back to the client.
> The Streaming etc is all good.
> 
> What we do have working is using Ghostscript in a round about way.
> using gs in BATCH mode. convert the PS to PDF and the open stream and
> delete.
> The problem is that GS is pixelating the FONT's in the PDF created.
> It prints okay, just looks horrible.

pdf2ps (uses ghostscript)
pdftops (uses xpdf code)

i've had better luck with images using pdftops, but i haven't really
tested the newer ghostscript (which apparently has *much* better pdf
handling than previously).

avoid type3 fonts, acrobat renders them amazingly poorly (still in
v5?). microsoft word (for example) likes creating pdfs with type3.


in acroread, look at File -> Document Info -> Fonts or something.

-- 
 - Gus

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to