Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!ox.com!math.fu-berlin.de!unido!horga!agsc!cube!martin From: martin@cube.han.de (Martin Ortlepp) Newsgroups: comp.sys.next Subject: Using DisplayPostscript to render on regular printers Message-ID: <1991Jun2.114759.935@cube.han.de> Date: 2 Jun 91 11:47:59 GMT Sender: martin@cube.han.de Organization: cube's corner Lines: 10 At CeBit, I talked to some NeXT representatives who told me that there are printer drivers that support non-postscript printers. All I could find so far are drivers that only support text on them. Theoretically, there shouldn't be a problem since DisplayPostscript does all the tricky rendering and offers a way to do this device independent using arbitrary resolutions (I guess it's the machportdevice I'm talking about). The only thing is that I don't know how to transform such a program so that it'll act as a printer driver. Ultimately, I would like to print with the regular print function rather than calling a special routine from outside. Again, the NeXT Laserprinter is the best example that it has to work somehow. But how?