Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!quiche!samurai From: samurai@cs.mcgill.ca (Darcy BROCKBANK) Newsgroups: comp.sys.next Subject: PS tp EPS Message-ID: <1991Jun20.151935.14953@cs.mcgill.ca> Date: 20 Jun 91 15:19:35 GMT References: <1991Jun20.012240.27001@doug.cae.wisc.edu> <1991Jun20.144535.8962@cica.indiana.edu> Sender: news@cs.mcgill.ca (Netnews Administrator) Organization: SOCS, McGill University, Montreal, Canada Lines: 14 A note about the program I just posted. If you are creating a smaller that page sized eps graphic from a ps graphic, then the bounding box may default to page size, if there was non declared in the ps file. In this case you should edit the file, and the line: %%BoundingBox: llx lly urx ury (where the arguments are the page co-ordinates for the boundingbox) so that the eps graphic contains no unnecessary white space. - db