I'm using Python under Linux. Could you please recommend some libs or command line tools to parse Adobe Illustrator (.ai) files which I can use in my Python program?
What I need to do includes:
- Convert .ai files to .jpeg or .png images
- Extract text from .ai files
- Read .ai files information (e.g. version number, something like psdparse for AI)
I need it under Ubuntu so I cannot use win32com