Xref: utzoo comp.lang.postscript:8822 comp.text:8457 comp.text.tex:7664 ut.software.tex:81 Path: utzoo!utgpu!news-server.csri.toronto.edu!csri.toronto.edu!norvell Newsgroups: comp.lang.postscript,comp.text,comp.text.tex,ut.software.tex From: norvell@csri.toronto.edu (Theo Norvell) Subject: Trouble with postscript file Message-ID: <1991May27.144654.29905@jarvis.csri.toronto.edu> Keywords: HELP Organization: CSRI, University of Toronto Distribution: ut Date: 27 May 91 18:46:54 GMT Lines: 22 I have a rather large postscript document and would like to print just a few pages of it. The problem is that psrev, which is supposed to extract pages, complains about the headers and trailers. I know next to nothing about postscript headers and trailers. Here is how the file begins. --------------------------------------------------- %!PS (but not EPSF through switch or no memory) %%Creator: dvips by Radical Eye Software %%Pages: 136 1 %%BoundingBox: 0 0 612 792 /VMtrx 6 array currentmatrix def /dummystring 20 string def /pos 36 def /pnum{ ---------------------------------------------------- and here is how it ends --------------------------------------------------- %%EOF --------------------------------------------------- Any ideas, anyone? Theo P.S. When I replaced the headers and trailers with something that psrev did not complain about, I got a really scrambled printout.