Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!endor!waldman From: waldman@endor.harvard.edu (benjamin Waldman) Newsgroups: comp.sys.mac Subject: Screen Dumping to a LaserWriter Message-ID: <3956@husc6.harvard.edu> Date: 30 Jan 88 20:10:13 GMT Sender: news@husc6.harvard.edu Reply-To: waldman@endor.UUCP (benjamin Waldman) Organization: Aiken Computation Lab Harvard, Cambridge, MA Lines: 17 An application I'm working on permits the user to perform a screendump to the printer. However, it only works on an ImageWriter. This didn't surprise me, since Apple's FKEY #4 doesn't work on the LaserWriter either, and I presume we were both printing the same way - calling PrCtlCall with the parameters that would cause a screen dump. How can I screendump to the LW, then (in a way that would be compatible with the IW as well)? Would something like this work? Open a printing port, and then do a copybits from the screen's bitmap to the printing port's bitmap? Any help, hints, and/or sample code (preferably LSC) would be greatly appreciated. Thanks a lot, Ben Waldman waldman@endor.harvard.edu