@mcleppa
Thanks for working on this. I suggest you also support programs sending pages in PostScript format, because AmigaOS raster format is a bit too limiting. Printers do a better job when rendering text directly instead of receiving a pre-rendered bitmap.
I remember trying converting a page to a bitmap first, and then printing it (on Windows), and the text was fuzzy due to dithering. Printing the file directly resulted in crisp text.
Quote:
Our printers should be autodetected trough mdns/dns-sd protocol. I have made a working sourcecode for detecting printers/scanners trough mdns protocol. ( I use this in Airscan for detecting scanners ).
Nice! Is this something that could be converted to general mdns/dns-sd support? One thing I'd like to do with ZitaFS, is automatically detecting servers on the LAN, and that's exactly what mdns/dns-sd is for.
Hans