1. pdf2ps (ghostscript package)
2. pdftops (xpdf package)
3. acroread (print to file)
When I use "pdf2ps" and view the output in gv or kghostview, there is no right margin. The text goes all the way to the edge of the page.
When I use pdftops, the output looks fine.
Whe I open the pdf in acroread and print-to-file, I can view the ps file in gv, but kghostview shows only blank pages with the following output:
Code: Select all
$ kghostview print.ps
kghostview: WARNING: KFilterBase::findFilterByExtension : no filter found for application/postscript
Does anyone know what's going on here? Is there a configuration problem with ghostscript or something?


