Posted on Tuesday 23 December 2008
Hello people,
While I am not a developer, I wrote small classes for my employer to integrate some financial software with a test instance of Alfresco Community 3.0.
While everything is pretty much done, I still need to be able to send print jobs to a remote CUPS server (Linux), from the server where my java application is running (AIX 5.3). The javax.print.* package is not what I want apparently. I cannot specify the printer I wanted to print to, nor a host. I know the printer names, I know the host. I just need to find out how to call that from my java app.
I have read some places about a CUPS java api (using IPP), but was not able to find it.
Any ideas, I take. Thanks all.

