Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!oliveb!pyramid!ncc!augate!auvax!bryanc From: bryanc@auvax.UUCP (Bryan Crawford @CSc) Newsgroups: comp.sys.ibm.pc Subject: Re: Advice for the needy (part II) - printing graphics Summary: a public domain print-scrn utility for graphics Keywords: printing ibm pc aspect ratio graphics Message-ID: <804@auvax.UUCP> Date: 14 Dec 88 11:22:58 GMT References: <9042@bcsaic.UUCP> Organization: Athabasca U., Alberta, Canada Lines: 24 In article <9042@bcsaic.UUCP>, douglas@bcsaic.UUCP (Douglas Schuler) writes: > > > The trouble is that I am working on an application that does graphics > on the screen and is also supposed to print them on the printer. > [.....] > The next problem is a little more taxing. I'd like to print the graphics > on a printer. At first, I (naively) thought that using the DOS printscreen > was the way to go. I soon found out that screen bitmaps were immune from > [.....] I recently overcame a similar problem with the help of a small public domain program called GRAFTRAX.COM. I don't know if it will work with the printer you're using...I'm using a Roland PR-1012, which is Epson FX-80 compatible. What this program does is intercept int5 (print-scrn) calls, and writes the appropriate codes to lpt1. It allows the user to choose portrait (right-shift- print-screen) or landscape (left-shift-print-screen) orientation. If you cant find this program through your own contacts, feel free to try to reach me...that, however, may be somewhat difficult, since, being a new user on this system, I havn't the foggiest what my e-mail address is. If you can find the address for Athabasca University's VAX 11/785 (Athabasca, Alberta), my loginhere is 'bryanc'. Cheers. Bryan Crawford