Is there any way that I can export dia diagram into html (I know that dia exports to various formats such as svg, pdf, … but I could not find anything that would allow me to export dia to html (with shapes being individual pictures)
Share
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.
With modern browsers, you can embed SVG in HTML. This will give you shapes as indidual objects.
With the upcoming Dia 0.98 your SVG could even include hyperlinks:
http://www.dia-installer.de/images/linktest.svg
Note that “shapes being individual pictures” would most likely involve overlapping pictures – is that what you’re looking for?