  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Print HTML file | Print HTML file 2004-05-31 - By Ravi Kumar
Back Hello,
I have an application that creates reports as HTML files and displays them in a JEditorPane. I want to print the file rendered in JEditorPane. Can somebody please guide me how to print a HTML file from java.
Thanks and regards.
Ravi Kumar
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2920.0" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hello,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I have an application that creates reports as HTML files and displays them in a JEditorPane. I want to print the file rendered in JEditorPane. Can somebody please guide me how to print a HTML file from java.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Thanks and regards.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Ravi Kumar</FONT></DIV></BODY></HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |