From: MERC::"uunet!CRVAX.SRI.COM!RELAY-INFO-VAX" 12-MAR-1993 09:25:28.48 To: roberts@FERMI.NSRL.ROCHESTER.EDU, INFO-VAX@SRI.COM CC: Subj: Re: PostScript --> EPS conversion? > We have a plotting package that spits out PostScript files. I'd like to > convert these to Encapsulated PostScript. Does anyone know of any > packages that might do this for us? You do not need a package to do that. Use a small program written in any language to insert the following 3 lines in the top of the file: %!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 0 612 840 %%EndProlog and voila the file is valid encapsulated postscript ! If you want to write a little more, then you can use the following skeleton: %!PS-Adobe-2.0 EPSF-2.0 %%Title: %%Creator: <name> %%CreationDate: <date> %%BoundingBox: <place f.ex. 0 0 612 840> %%EndComments %%EndProlog <postscript> %%Trailer Hope it helps ! Arne Arne Vajhxj local DECNET: KO::ARNE Computer Department PSI: PSI%23831001304030::ARNE Business School of Southern Denmark Internet: ARNE@KO.HHS.DK