Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!ftpbox!motsrd!motcid!derosa From: derosa@motcid.UUCP (John DeRosa) Newsgroups: comp.lang.postscript Subject: Re: Including PostScript inside Microsoft Word 4.0 document Message-ID: <6061@crystal9.UUCP> Date: 25 Mar 91 16:21:07 GMT References: <63354@bbn.BBN.COM> Distribution: comp.lang.postscript Organization: Motorola Inc., Cellular Infrastructure Div., Arlington Heights, IL Lines: 50 gschudel@bbn.com (Gregg Schudel) writes: >does anyone know how to include a PostScript file inside a Microsoft >Word 4.0 document. I read the manual, changed the font to Normal, 10 >point, bold hidden, as stated in manual. Then changed the first line to >.para. I will assume that you have some postscript code that you want to include in your document, rather than ecapsulated postscript. I know how to but ps into a word document but not eps. Anyone else want to take this on? PostScript in Word Documents ============================ 1) Paste the PS into the document. 2) Select the PS code. 3) Choose, "Define Styles..." from the Format menu. 4) Type "PostScript in the "Style:" box. Click on Apply. 5) A window will ask if you wan to change this automatic style. An automatic style is one that is pre-defined. The Postscript style is pre-defined. 6) Click on "no". 7) The selected text will change into Normal + Font:10 Point, Bold Hidden. Normal font is 12 Point, Flush left. This is based on an "out of the box" version of Word. The text will now be downloaded to the printer to be interpreted as Postscript but will not be printed. You can hide the hidden test by checking the appropriate check box in the Preferences... window. My favorite piece of PS code for MS Word is the following. It should be inbedded in the header (choose open header and then paste this code into it. It will print the word "PRELIMINARY" is very light lettering underneath the text of your document. gsave .99 setgray 150 100 moveto /Helvetica-Bold findfont 100 scalefont setfont 55 rotate (PRELIMINARY) show grestore ENJOY! -- = John DeRosa, Motorola, Inc, Cellular Infrastructure Group = = e-mail: ...uunet!motcid!derosaj, motcid!derosaj@uunet.uu.net = = Applelink: N1111 = =I do not hold by employer responsible for any information in this message =