I've been looking for a long time for a way to have a bitmap from a VML document.I have no problem for anything except for IE (of course) because I'm using ext-js pie chart it will make chart as svg on ie 9 but it was making vml at ie8.
Asked
Active
Viewed 781 times
1 Answers
0
Use the following process:
- Choose an XSLT processor
- Convert VML to SVG via vml2svg.xsl and its dependencies
- Convert SVG to a BufferedImage using Batik or SVG Salamander
- Save the BufferedImage as a bitmap
References

Community
- 1
- 1

Paul Sweatte
- 24,148
- 7
- 127
- 265