Skip to main content
Participant
April 10, 2013
Question

Converting svg to pdf,eps

  • April 10, 2013
  • 1 reply
  • 1802 views

Hello,

How i can programatically convert SVG file to PDF and EPS using Illustrator SDK or  Illustrator Scripting API(if it's not same)? it would be great to do it in php script

This topic has been closed for replies.

1 reply

A. Patterson
Inspiring
April 10, 2013

The Illustrator SDK is a C++ SDK for writing plugins, so I don't think that will be helpful to you. The Scripting API is a javascript-like approach that still requires you to run Illustrator. If you're trying to do this via a webpage -- since you mentioned PHP -- I'm not sure that's doable. Or at the very least, it'll be tricky. You might be better off finding another utility somewhere to do SVG -> PDF/EPS, assuming there are such.