Convert VML to PDF

924 Views Asked by At

Is there a way to convert a VML (SVG on IE browsers) formats to PDF format with PHP or JavaScript.

1

There are 1 best solutions below

0
On

No such library exists (to my knowledge) in JavaScript or PHP, nor (in fact) in any language. Your easiest path would likely be to convert VML to SVG commands, and then convert SVG to PDF.