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

How we read .AI file data...................?

Engaged ,
Aug 24, 2016 Aug 24, 2016

How we read .AI file data , I have to know and access the AI file data .

First I have to read AI file data and then write some data in a TXT or XML file.

So Please assist me.

Regards

Kundan

TOPICS
SDK
720
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

correct answers 1 Correct answer

Enthusiast , Sep 15, 2016 Sep 15, 2016

Hi,

the only way to achieve this is writing a plugin.

As said previously Adobe provides all it takes to do that (Illustrator SDK).

Using it, you will be able to parse all artwork tree and convert it in whatever you want, you need!

(Not so complicated).

This could also be done using extendscript.

Thomas.

Translate
Adobe
Engaged ,
Aug 24, 2016 Aug 24, 2016

Short of reverse engineering the AI file format, the only way I'm aware of is to use the provided SDK functions to query the document and gather the information you're looking for.

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
Enthusiast ,
Sep 15, 2016 Sep 15, 2016
LATEST

Hi,

the only way to achieve this is writing a plugin.

As said previously Adobe provides all it takes to do that (Illustrator SDK).

Using it, you will be able to parse all artwork tree and convert it in whatever you want, you need!

(Not so complicated).

This could also be done using extendscript.

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