Is 开发者_开发技巧there a way to convert a VML (SVG on IE browsers) formats to PDF format with PHP or JavaScript.
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.
加载中,请稍侯......
精彩评论