Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What is the best way to serialize an AI document?

New Here ,
Dec 30, 2013 Dec 30, 2013

Hi,

I'd like to serialize an AI doc using a plugin. I tried to do this using extend script first, but it seems to have some limitations: http://forums.adobe.com/thread/1367506

Is it possible to losslessly serialize/deserialize the AI DOM using the SDK?

Thanks,

Tom

TOPICS
SDK
868
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Enthusiast ,
Jan 09, 2014 Jan 09, 2014
LATEST

You can easily do that using Adobe Illustrator SDK.

1- You just have to make a recursive treewalk of the document model.

2- Then you could implement a visitor to serialize this the way you want.

Illustrator SDK provides all the api and the tool to make this job done.

Thomas.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines