|
|
|||
![]() |
Department of Engineering |
| University of Cambridge > Engineering Department > computing help > graphics |
Adobe's Illustrator can edit ps files produced by Illustrator.
Try using ps2pdf then printing the resulting PDF file.
Changes made to the printing system in summer 2002 mean that some postscript files which are non-standard may now not print out at all. Postscript files usually include lines beginning with %%. Some of these are comments but sometimes they contain more important info. For example, "%%Orientation: Landscape" indicates that the doc is in landscape. Clever printing systems rotate the output when they see such a line. Our old printing system didn't. The DPO printers (which understand postscript) also ignore the "%%Orientation" line.
Rather than leaving the rotating to the printer, some postscript files do their own rotating. Problems arise when a postscript file does its own rotating in a faulty way and has the "%%Orientation: Landscape" line - with the old system there wasn't a problem but now the already rotated file is rotated again and often just a blank page comes out. This happens with landscaped xfig files, for example, but might happen with many other files. Also "%%Orientation ..." might be only one of several affected commands.
Until a fix is made use "lp .... -oraw" with troublesome postscript documents. This stops the printing system doing clever things when it sees lines like "%%Orientation: Landscape".| | computing help | Graphics | PDF | |