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

Read Text Properties

New Here ,
Feb 21, 2021 Feb 21, 2021

I need to do some operation(create as exe application) without using Plugin.
Is it possible to read the AI file text without opening Adobe Illustrator?

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

Engaged , Feb 22, 2021 Feb 22, 2021

I wonder if it would help to parse the PDF portion of the .ai file, that is, if the file was saved with PDF data.

 

Even if you could, text is badly broken up in PDF so it would be an ambitious undertaking.

 

I've seen scripts that extract text from PDFs, which may work in .ai files.

 

Best of luck with this!

Translate
Adobe
Explorer ,
Feb 21, 2021 Feb 21, 2021

If I understand you correctly, you want create a program that extracts text from AI-files (without using Adobe Illustrator at all). Sure it can be done. You could for example write a C program that parses the binary file. But it is not trivial. Unfortunately the current Illustrator file format documentation is not public, so you would have to reverse engineer it.

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
Engaged ,
Feb 22, 2021 Feb 22, 2021
LATEST

I wonder if it would help to parse the PDF portion of the .ai file, that is, if the file was saved with PDF data.

 

Even if you could, text is badly broken up in PDF so it would be an ambitious undertaking.

 

I've seen scripts that extract text from PDFs, which may work in .ai files.

 

Best of luck with this!

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