Path: utzoo!attcan!uunet!lll-winken!uwm.edu!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!gvlv2!gvlv1!kleonard From: kleonard@gvlv1.gvl.unisys.com (Ken Leonard) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Graphics and MS Word 5.0 questions Message-ID: <1012@gvlv2.GVL.Unisys.COM> Date: 16 Oct 90 13:48:43 GMT References: <1990Oct13.000529.1882@uoft02.utoledo.edu> Sender: news@gvlv2.GVL.Unisys.COM Reply-To: kleonard@gvlv1.UUCP (Ken Leonard) Organization: Unisys Defense Systems, NISD, Great Valley Laboratory Lines: 44 In article <1990Oct13.000529.1882@uoft02.utoledo.edu> fax0236@uoft02.utoledo.edu writes: * I am using Microsoft Word 5.0 and am trying to import several types * of graphics into my documents. These include encapsulated postscript * ... * * I am also printing to a file on disk rather than directly to my laser * ... * * The two problems are as follows. First, when I use the Library Link * Graphics command in MS Word, I get the typical response and a line in * the document describing the imported graphic. When I print this to * disk using the Print File command, no error messages occur. When I print * the document, the proper size space is in the proper place, but no * graphic is printed. Any comments or suggestions? ----- First: Is the graphic being written to the print-file? If you are really getting no error messages, then this should be OK. ----- Second: Is MSWORD properly positioning the PostScript next-place-to-print and correctly setting the PostScript current-apparent-page-origin? PROBABLY NOT. MSWORD 5 does _not_ properly handle _most_ plain-PostScript and encapsulated-PostScript files in this respect. -- Microsoft denies any problem, but it's there and it is a PAIN. Every PostScript file, plain or encapsulated, assumes that there is an "origin" setup/known/defaulted/builtin which is the lower-left corner of the available hardware drawing space. MSWORD usually does _not_ manage to get the required info from the plotfile to put it into the printfile or printstream. In fact, it's not clear that it _ever_ really does this. -- So you have two alternatives: either generate your plotfiles to put the graphic where you want it in spite of MSWORD; or write an MSWORD macro or two to take the requested positioning info from the MSWORD document, and get the plotsetup info from the plotfile, and munge the two together, and put the required fixup into the plotfile (NOT the MSWORD file.) ----- * The second has to do * with graphs from Quattro Pro. There is no direct interface between * ... ---- Sorry, can't help here. -- ---------------------------- anyhow, happy hacking Ken