Anyone have code/script for this or know how to create code to extract all the text off an active document in Illustrator. Extract text as in text for any & all text items in the document (TextFrameItem, TextRange, TextPath, etc.). We can just dump the text with alerts().
What I'm not sure of is what order or hierarchy to extract the text. Where do we start from activeDocument.textFrameItems/TextRanges/etc. How are text organized in Illustrator? I'm new to Illustrator scripting.