0
Version number in EPS header
New Here
,
/t5/postscript-discussions/version-number-in-eps-header/td-p/1606504
Sep 09, 2008
Sep 09, 2008
Copy link to clipboard
Copied
The latest specification I can find on EPS is the 3.0 version dated 1 May 1992. In this document it notes that one of the requirements of an EPS file is that it have a header of the form
%!PS-Adobe-3.0 EPSF-3.0
but in an EPS file generated by Illustrator 11.0 I find the header
%!PS-Adobe-3.1 EPSF-3.0
does anyone know where the 3.1 came from and what the differences between 3.1 and 3.0 would be?
%!PS-Adobe-3.0 EPSF-3.0
but in an EPS file generated by Illustrator 11.0 I find the header
%!PS-Adobe-3.1 EPSF-3.0
does anyone know where the 3.1 came from and what the differences between 3.1 and 3.0 would be?
TOPICS
Programming
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/postscript-discussions/version-number-in-eps-header/m-p/1606505#M29
Sep 10, 2008
Sep 10, 2008
Copy link to clipboard
Copied
> ...
> %!PS-Adobe-3.1 EPSF-3.0
>
> does anyone know where the 3.1 came from
> ...
The number after 'PS-Adobe-' is the DSC version (note that EPS comments are
basically those in the DSC, with few specifics). The one after EPSF- is the
version of the EPS specification.
> ... and what the differences between 3.1 and 3.0 would be?
I found no DSC reference newer than 3.0. If someone knows where to get one,
I'm all ears (eh, eyes, 'cause it's in writing...). I can only speculate it
could be the result of merging part or all of TechNote #5644 "PostScript
Language Document Comment Extensions for Page Layout" (see
http://partners.adobe.com/public/developer/ps/index_specs.html), and maybe
something more too, into DSC 3.0.
> %!PS-Adobe-3.1 EPSF-3.0
>
> does anyone know where the 3.1 came from
> ...
The number after 'PS-Adobe-' is the DSC version (note that EPS comments are
basically those in the DSC, with few specifics). The one after EPSF- is the
version of the EPS specification.
> ... and what the differences between 3.1 and 3.0 would be?
I found no DSC reference newer than 3.0. If someone knows where to get one,
I'm all ears (eh, eyes, 'cause it's in writing...). I can only speculate it
could be the result of merging part or all of TechNote #5644 "PostScript
Language Document Comment Extensions for Page Layout" (see
http://partners.adobe.com/public/developer/ps/index_specs.html), and maybe
something more too, into DSC 3.0.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
_David_Behnke_
AUTHOR
New Here
,
LATEST
/t5/postscript-discussions/version-number-in-eps-header/m-p/1606506#M30
Sep 10, 2008
Sep 10, 2008
Copy link to clipboard
Copied
Thanks! I've got the sneaking suspicion that DSC 3.1 is 3.0 with the extensions for page layout - http://partners.adobe.com/public/developer/en/ps/5644.Comment_Ext.pdf
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

