vote up 0 vote down star

I've been looking for a long time for a way to have a bitmap from a VML document. In fact, I working on a few libs that use the tag, so I have no problem for anything except for IE (of course) because I'm using ExCanvas in IE, but I'd like to have a bitmap from the generated "canvas" (which is in fact VML).

I've been looking for a few ways to get a bitmap in JS from the VML, but I abandoned this idea, now I'd like to find a server side lib that is able to get a VML string and convert it to a bitmap image. My preferred language is PHP, but if there aren't any in this language, it'll be OK. I also looked at a Java applet that could do that, but this is in fact impossible without a signed one, this is not possible.

Thank you for your reply !

flag
Are you trying to capture a VML document after it has been rendered? In client side or server side? – Assaf May 26 at 19:56
I have the document client side, I know how to get it server side, that is not a problem. – Fabien Ménager May 26 at 20:08
No idea ? :( It could maybe be done with an ActiveX, but ... it's would be an ActiveX. – Fabien Ménager May 26 at 21:00

1 Answer

vote up 1 vote down

You could use something like CutyCapt to allow the browser to render it and capture that to an image.

link|flag
Thank you for this tool, in fact I need the IE version (your page has a link to it : iecapt.sourceforge.net). I didn't know it, but unfortunately, it requires an url to take a screenshot, I would like to take a screenshot of the current page, when I want to. – Fabien Ménager May 29 at 20:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.