html to jpeg
Hello every body. I'm new in java image feature and I need help.
I have a slides presenter for jpeg images, with a frame and canvas inside of it. In the frame a have my controls to move between each slide and is working fine. The point is some body is making html pages and I have to add and show some how the pages in my presenter.
I decided to use JEditorPane to display the "html slides". but I have the next issue.
First is, How to store all the html page in some collection? I'm getting them from a servlet service.
Or my second idea is some how display one html page at the time in the JEditorpane offline and copy the output something like a print Screen and convert this rendered page in to an image. In that case I can use the functionality I already have.
Any idea, about reach these approaches?
Thanks

