Hi!

My requirement is as follows:
The applet is like a mini text editor where the user can enter text. This text
can be formatted also. i.e he can make the text BOLD, ITALIC or UNDERLINE. We
were using the demo that ships with the JDK1.2.2 called
StylePad(jdk1.2.2\demo\jfc\StylePad). We converted this application to an
applet and are using the same. It is this formatted text that has to be
written to a file on the server.

We are writing the contents of this applet as a byte array into a file on the
server. And when we need to see the contents of this file we again invoke the
same in the applet. This part is OK.

OUR PROBLEM is that we need to write the contents of this applet to a HTML/PDF
file (with all the formatting). Since the contents of this file is a byte
array, we are unable to do the same.

Is there any way of achieving this?

Regards,
Vijay.



____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to