Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!sdd.hp.com!hplabs!hpl-opus!hpnmdla!hpsadle!walter From: walter@hpsadle.HP.COM (Walter Coole) Newsgroups: comp.text.tex Subject: Re: looking for dvi to raster Message-ID: <13590015@hpsadle.HP.COM> Date: 2 Aug 90 20:07:20 GMT References: <1048100002@ux1.cso.uiuc.edu> Organization: HP Signal Analysis Division - Rohnert Park, CA Lines: 5 It might be feasible to use a dvi driver for a raster-oriented device, eg. an HP ThinkJet, and use a corresponding {device}2pbm program to convert to pbm format, which is 1s and 0s with a width, height header. Since the graphics escape sequences for HP printers, it's likely that dvitj | lj2pbm will produce a sensible output.