| none of the above ( @ 2008-08-07 10:01:00 |
| Entry tags: | hacking |
[unix] Rotating a postscript file?
I'm having a problem that has blocked me on two separate projects. I can't seem to rotate a postscript file, after trying several tools that should be able to do it.
I have one eps file, 8.5" x 5.5". I'd like to rotate it anti-clockwise 90 degrees, so I can insert it into a booklet. The booklet is typeset in TeX, so I'm including the graphic using \special. The booklet is then converted from dvi to postscript (with the eps file being included at that point), and then to pdf for printing.
In another case, I have a TeX file with the paper size set to 5.5" x 4.25". I have four pages, and I want to rotate each of them clockwise 90 degrees and print them on 8.5" x 11" paper four to a page. The command psnup is working fine for laying them out four to a page, but again I can't succeed in rotating them.
The first command I really need to work as part of a pipeline, though I would accept an interactive tool to solve the second problem.
Anyone have any success or pointers on rotating documents in postscript? Anyone had to work *around* not being able to rotate documents in postscript?