Can we do straight print in a java web application?

2007-08-18 Thread Eko S.W.
Dear all, I would like to found out about something : can we do straight print in a java web application? That is, we do not rely on window.print(), because we rely on browser to print them. I have an idea, silly perhaps, that we build another daemon that listen to something. That daemon wait,

Re: Can we do straight print in a java web application?

2007-08-19 Thread Eko S.W.
sorry, send button accidentally clicked :) 3. When printing instruction occur, printer server will do the printing job Is it applicable? Is there anybody who have the same problem? I found one link here : http://discuss.joelonsoftware.com/default.asp?joel.3.227710.4 I hope I have explained it

Re: Can we do straight print in a java web application?

2007-08-19 Thread Eko S.W.
user web friendly. Why cant you generate it on the server (html, pdf or just an image) then send that back? On 8/19/07, Eko S.W. [EMAIL PROTECTED] wrote: sorry, send button accidentally clicked :) 3. When printing instruction occur, printer server will do the printing job

Re: Can we do straight print in a java web application?

2007-08-19 Thread Eko S.W.
, Korbinian Eko S.W. schrieb: sorry, send button accidentally clicked :) 3. When printing instruction occur, printer server will do the printing job Is it applicable? Is there anybody who have the same problem? I found one link here : http://discuss.joelonsoftware.com

Re: Can we do straight print in a java web application?

2007-08-22 Thread Eko S.W.
Thank you very much for the great pointer! Close (or maybe exactly) to what I want is from Joel. The idea is to let the web application act as an ordinary Desktop Application So, seamless working with the printer is a must. I'll report my research on js for pdf as soon as I can. -- Best

Re: Can we do straight print in a java web application?

2007-09-01 Thread Eko S.W.
I haven't try it, but maybe sample code from iText here should be helpful : http://itext.ugent.be/library/com/lowagie/examples/general/webapp/SilentPrintServlet.java thanks 2007/8/23, Eko S.W. [EMAIL PROTECTED]: Thank you very much for the great pointer! Close (or maybe exactly) to what I