J2EE: Print pdf on the fly

Posted by bharaniviswan on Stack Overflow See other posts from Stack Overflow or by bharaniviswan
Published on 2010-04-09T06:37:48Z Indexed on 2010/04/09 6:43 UTC
Read the original article Hit count: 121

Filed under:
|

In my web application(J2EE), I would like to print a pdf file generated on the server side on the fly in the client side without opening it, the files could be one or many, Is it possible ? If yes please let me know how ?

Thanks in advance

© Stack Overflow or respective owner

Related posts about j2ee

Related posts about web-applications