Library to convert wmf, eps and ai to svg

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Library to convert wmf, eps and ai to svg

Post by Chris »

Does anyone know of any PHP libraries that can convert Windows Metafile (.wmf), Encapsulated PostScript (.eps) and Adobe Illustrator (.ai) to Scalable Vector Graphics (.svg)

In theory they are all vector formats so it is possible.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: Library to convert wmf, eps and ai to svg

Post by Chris »

I stumbled accross this tool: http://sk1project.org/modules.php?name= ... iconvertor

Code: Select all

shell_exec('uniconvert from.ai to.svg');
Seems to be written in Python.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: Library to convert wmf, eps and ai to svg

Post by Jackolantern »

Will that work, since it is Python?
The indelible lord of tl;dr
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: Library to convert wmf, eps and ai to svg

Post by Chris »

Definitely does. Just need to configure it properly, will have to be on a VPS setup as you need to install the module and for obvious security reasons shared hosting wouldn't support that.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: Library to convert wmf, eps and ai to svg

Post by Jackolantern »

OK, I gotcha! 8-)
The indelible lord of tl;dr
Post Reply

Return to “Advanced Help and Support”