Quote from: michaeldb on October 11, 2011, 01:10
-Open Notepad (or other plain text editor)
-Drag the .eps file into it.
-If it is an eps 8 file, you will see a line like this in the top few lines of the file (probably the second line):
%%Creator: Adobe Illustrator(R) 8.0
-If it is an eps 10 file you will see a line something like this (maybe the third line):
%%Creator: Adobe Illustrator(R) 13.0
You can also check for the following (should also be at top), which is independent of the AI version used to make the EPS:
EPS8:
%!PS-Adobe-3.0 EPSF-3.0
EPS10:
%!PS-Adobe-3.1 EPSF-3.0
Theoretically, you could also search the EPS for specific PostScript commands to determine which, if any, EPS10-only features are being used - i.e. could the EPS10 be converted to EPS8/SVG/etc. without losing anything - but I haven't dug too deeply into that.


