Because I want to know the possibility of a new Mac programmer to develop Mac printer driver. It is related to my work~~ The printer driver will target to laser printer. I didn't try that source. I found that it is hard to find material about printing technology of Mac OS 8/9 on internet.
bodine
3:04 am on Nov 7, 2002 (gmt 0)
The reason you may be having a hard time finding info is because the Mac OS already includes drivers that will work with most current printers. Some of the advanced features of the printer (like toner status) will not be available, but you can print to it using the generic PostScript driver built in to the Mac OS. This is why I asked the questions I asked...if you want to give more details, I will be happy to tell you all I know...
angusdream
3:54 am on Nov 7, 2002 (gmt 0)
Thanks bodine!
The target printer supports some features which are not PostScript. That's why people demands this kind of driver. Is it possible to develop a Mac printer driver supports PCL?
bodine
4:53 am on Nov 7, 2002 (gmt 0)
Have you looked at PowerPrint from Strydent Software?
<added>If the mods come and take the link away, I will StickyMail it to you</added>
angusdream
6:28 am on Nov 7, 2002 (gmt 0)
That's great. They can convert print data to PCL printer. That means it is possible to develop a Mac printer driver to supports PCL conversion instead of PS. Am I right?