开发者

VML to HTML or image

开发者 https://www.devze.com 2023-01-31 02:29 出处:网络
I have to convert the shapes in VML present in xml(do开发者_开发问答cx file) to be display either in html or as image in html..can you help me..Thanks in advance..provide me with code..

I have to convert the shapes in VML present in xml(do开发者_开发问答cx file) to be display either in html or as image in html..can you help me..Thanks in advance..provide me with code..


  1. Display your image in whatever viewer you have available (Office, Internet Explorer)
  2. Take a screenshot and crop the interesting part to an image, let's say interest.jpg
  3. Use <img src="interest.jpg" alt="What an interesting image!" />
0

精彩评论

暂无评论...
验证码 换一张
取 消