Version: (using KDE KDE 3.5.0) Installed from: Gentoo Packages OS: Linux As pointed out in Bug 117344 rendering bitmaps in Postscript documents using Ghostscript is very, very slow. Rendering the same bitmap in PDF format using KPDF is about 1000 times faster. Please implement rendering Postscript documents in KPDF.
errr? Kpdf already "renders" PS documents, well, that's just fake, we just use ps2pdf, anyway if we would implement "native" PS rendering (as oKular does) not using ghostscript is a non-option as obiously gs is the only choice, the other choice is doing it yourself from scratch but that is not optimal
Well, ps2pdf does not always yield a PDF document that looks identical to the original Postscript document. KPDF can not be used as a reliable print preview rendering application as long as it does not support native postscript rendering. Why is not using Ghostscript "not an option"? Isn't postscript similar to pdf?
Patches are welcome