EPS <PSfile>,<EPSfile> converts a Survo PostScript file made by PLOT with DEVICE=PS,<PSfile> into an Encapsulated PostScript file <EPSfile>. The output file can be used in several other desktop publishing programs as such. Also PostScript files consisting of one page only and generated by the PRINT operation of Survo can be converted. However, the PRINT list must then include a `- %Survo Graphics END[LF]' line as follows: *PRINT CUR+1,E TO <PSfile> *<text and graphics to be printed on one page> - %Survo Graphics END[LF] E The EPS file will include comment lines according to the Encapsulated PostScript Files Specification Version 2.0 by Adobe Systems. The default comments given by the EPS operation can be replaced by using following specifications (default values given): VERSION_COMMENT=%!PS-Adobe-2.0_EPSF-2.0 TITLE=Survo_PostScript_file CREATOR= CREATION_DATE=<current_date> BOUNDINGBOX=<values_obtained_on_the basis_of_HOME_and_SIZE> given in 0.1 mm units and converted automatically into Points. DOCUMENT_FONTS= The BoundingBox comment is automatically generated. E = More information on (Encapsulated) PostScript files