Path: utzoo!attcan!uunet!wuarchive!cs.utexas.edu!chinacat!woody From: woody@chinacat.Unicom.COM (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: Displaying letterheads Summary: create a proc Message-ID: <1554@chinacat.Unicom.COM> Date: 7 Sep 90 02:43:03 GMT References: Distribution: comp Organization: a guest of Unicom Systems Development, Austin Lines: 11 In article , kai@cyklop.nada.kth.se (Kai-Mikael J{{-Aro) writes: > I have a scanned leterhead which I want to incorporate into each of n > ~40kB for each and every page, so what do I do - do I use copypage and I think what I would do, is to wrap a procedure around the bit map, such that the image would be assigned to a string (since it is < 64K long) and download that procedure. Then you merely have to execute that procedure anytime you want the logo. It should work fine. Cheers Woody