how to convert a VML to SVG or VML to a bitmap image by java code? -


i've been looking long time way have bitmap vml document.i have no problem except ie (of course) because i'm using ext-js pie chart make chart svg on ie 9 making vml @ ie8.

use following process:

  • choose xslt processor
  • convert vml svg via vml2svg.xsl , dependencies
  • convert svg bufferedimage using batik or svg salamander
  • save bufferedimage bitmap

references


Comments

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -