Hi Paul,
Thanks for your reply.
But we have a requirement which might need printing to be done from (we think) the server side. Here is the scenario:
We have Java client which allows users to print a document (TIFF format) When we tried this using AWT print, single page TIFF document itself caused several issues:
1.It generated a java print spool of 10MB. (in print spool)
2. Took long time to print 1 page
doc. (normally we will have 4-1000 pager tiff docs)
3. For big docs (like 10 pager or so) it caused system to respond slow (hang effect)
Our java client is on JDK1.3. We can not upgrade this to 1.4 (to use javax.print API) just like that,as it affects 100+ business users.
(Also not sure if Javax.print API makes printing faster and efficient)
So we thought about printing this from server (UNIX) as an alterative solution. But J2EE also dosen't support javax.print API.
==================
If anyone has faced this kind of problem and has come up with workable solution, please respond. Also if you can think of some theoritical way to achive this please let me know. (I will try it)
==================
I am open to use JNI, but not sure which language have good support for printing image docs (C++/C/VB?)
Thanks,
Manoj