Export Embedded file's binary to a File
Hey guys,
I have an Illustrator file that contains an embedded item which has it's file property missing, like:
embedded.file
There is no file associated with this itemIs there a way to obtain the binary file that's embedded in Illustrator as a file on the File System?
For example, if I were to embed a File in the Illustrator, is there a way to obtain the same exact binary file through Illustrator's scripting API?
I know that the embedded.file.copy(new File(newDestination) would work and I've tested this. But I do not work with .ai files that have embedded files which have the file property populated.
