1

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

Phrogz
  • 296,393
  • 112
  • 651
  • 745
OneCart
  • 585
  • 1
  • 5
  • 10

1 Answers1

1

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.

Community
  • 1
  • 1
Phrogz
  • 296,393
  • 112
  • 651
  • 745