The Artima Developer Community
Sponsored Link

Java Answers Forum
Printing JSP output on client's printer

3 replies on 1 page. Most recent reply: Jan 5, 2003 5:01 PM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
OLP

Posts: 2
Nickname: olpics
Registered: Dec, 2002

Printing JSP output on client's printer Posted: Dec 25, 2002 9:52 PM
Reply to this message Reply
Advertisement
Hi,
How do I print JSP output on client's printer ?


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Printing JSP output on client's printer Posted: Dec 28, 2002 7:57 AM
Reply to this message Reply
You can't, as such !
Possible solutions are :
_ ActiveX
_ Signed Applet
_ Sending a PDF
_ Outputing a printable HTML
_ ...

Everything depends of the level of trust you have & the quality of the print you want


Thomas SMETS,
SCJP2 - Brussels

OLP

Posts: 2
Nickname: olpics
Registered: Dec, 2002

Re: Printing JSP output on client's printer Posted: Dec 30, 2002 1:56 AM
Reply to this message Reply
Thanks Thomas.

We are generating o/p in HTML format but we are having problem with internet explorer font settings , resolution and multiple o/p files at single click.


Can you please provide us with the source code for signed applet?

Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Printing JSP output on client's printer Posted: Jan 5, 2003 5:01 PM
Reply to this message Reply
I think this is what you look for :
http://developer.java.sun.com/developer/qow/archive/99/

Otherwise Google returned me many other hits :
http://www.google.be/search?q=signing+applets&ie=UTF-8&oe=UTF-8&hl=en&btnG=Google+Search&meta= (this should be make into one URL, not spread over two lines).

Among which you can find those :
http://www.suitable.com/Doc_CodeSigning.shtml
http://support.softartisans.com/docs/JFile/install_signapplet.htm

Rgds,

Thomas,

Flat View: This topic has 3 replies on 1 page
Topic: How to get values from a domino form into an applet Previous Topic   Next Topic Topic: Thread stop

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use