Hi,
I have to embed an applet on a html page that will be accessed by client PCs. I want to display a pdf file on the applet as well (supposedly a html file). I decided to venture into converting the html file to a pdf file and display on the applet after I found out that JEditorPane doesn't support HTML 4.*. :sad:
Converting the html file and displaying a pdf file in java doesn't look as easy as well due to the limitation in Java + the needs to use 3rd party packages.
The reason I post this thread is to ask you, Java experts' opinions on other alternatives.
Thanks in advance.