I have a Swing Graphics2D object which I would like to render to HTML/JS/CSS. Is there a library or other way to do this?
I’m thinking of something similar to iText for exporting Java to PDF, but for exporting to HTML.
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can save it as a image (i.e.
jpg) and then show this image with a simple<img />tag.