jipsi is an implementation of the Java Print Service API for Common Unix Printing System (CUPS). This allows printing from Java application on virtually all printers connected to a Unix network.
| Tags | printing |
|---|---|
| Operating Systems | POSIX |
| Implementation | Java |
Recent comments
24 Aug 2005 17:29
More reliable than Sun's own IPP implementation
I've been happily using this in place of the Sun IPP implementation included with Java 5 -- as of 1.0rc1, it's much more reliable (Sun has some places where they have *silly* standards-compliance bugs -- like having fixed length buffers much shorter than the maximum valid field length!). As such, I sincerely wish the project much future success!