|
a new encapsulated vectorial graphic formatFile StructureEvery line started with % is a Comment Line.The first line of a EPD file specifies the version number of the EPD. e.g. %EDP-1.0 Every line is one unique command.
The command Like PDF (Adobe TradeMark), "the origin is located at the lower-left corner of the output page or display window, with the positive x axis extending horizontally to the right and the positive y axis extending vertically upward, as in standard mathematical practice. The length of a unit along both the x and y axes is 172 inch." (The PDF Reference Manual Version 1.3 second edition page 124 Graphics/User Space): the origin (0,0) is the low left corner.
Now you can use to construct an EPD every command describes in
The
PDF Reference Manual Version 1.3 second edition in the paragraphs 4.3, 4.4.
(Remember to use %BBox command before every PDF graphic command!)
e.g. this is the first part of the john.epd example: We hope many applications will support EPD, to create EPD objects and to include EPD objects in other formats.
|