Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!pender.ee.upenn.edu!jer From: jer@pender.ee.upenn.edu (Joel Ratsaby) Newsgroups: comp.windows.x Subject: Re: Selecting a window's visual in Xt Message-ID: <22053@netnews.upenn.edu> Date: 22 Mar 90 22:30:49 GMT References: <9003041523.AA15409@mandala.think.com> Sender: news@netnews.upenn.edu Reply-To: jer@pender.ee.upenn.edu (Joel Ratsaby) Organization: University of Pennsylvania Lines: 23 I am trying to use the xpr command and print 12 Xwindows on same page. The manual says to use the -append -noff options. I first do: xwd -out x.xwd then xpr -trailer Fig. -output x.xpr -height 2.5 -width 2.5 -left 0.20 -top 0.20 -device ps x.xwd then repeat the following 11 times (each time with a different left and top) xpr -trailer Fig. -append x.xpr -noff -height 2.5 -width 2.5 -left 2.83 -top 0.20 -device ps x.xwd then I lpr -Plw x.xpr But the result is 12 different pages (each one with a window). Can you point out whats wrong ? Joel