Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!helios.ee.lbl.gov!ncis.llnl.gov!lll-winken!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hpfcdc!hpfcmr!glen From: glen@hpfcmr.HP.COM (Glen Robinson) Newsgroups: comp.sys.hp Subject: Re: laserjet output? Message-ID: <1080041@hpfcmr.HP.COM> Date: 20 Mar 89 20:29:38 GMT References: <47500005@uxe.cso.uiuc.edu> Organization: HP Fort Collins, CO Lines: 23 From starbase you can do one of the following: 1. make the subroutine call(s) bitmap_print or dcbitmap_print. 2. make the subroutine call bitmap_to_file or dcbitmap_to_file followed by either file_print within Starbase or pcltrans outside of starbase. See the Starbase reference manual pages for: bitmapfile(4) bitmap_print(3g) dcbitmap_print(3g) file_print(3g) file_to_bitmap(3g) file_to_dcbitmap(3g) bitmap_to_file(3g) dcbitmap_to_file(3g) Also see the Starbase Device Drivers Manual (PCL section) and the Starbase Concepts and Tutorials (Storage, Retrieval and Printing of bitmaps section). Hope this helps, Glen Robinson