Compressed files generated for old PostScript printers ("level 2") will work on the new PostScript printers ("level 3"). PS level 3 printers accept more efficient methods of compression (e.g. Flate) than PS2 and so even smaller files may be generated, but these files may not be usable by PS2 printers.
A PS file may be rendered as a graphic only or as a graphic with text. The 'graphic only' option will produce an accurate image from the file, including an image of the text, but cannot be used for extracting text for further processing. Exporting the file as 'graphic with text' retains the text features (e.g. search) and consumes less memory, but note that EscapeE will always place text and drawn lines on top of any opaque elements, e.g. shading. You may override this feature by selecting the 'Keep original element order' option.
Text phrases can be stored as longer phrases to improve searching. As this entails deciding whether individually positioned words form part of a continuous string the results may sometimes be unsatisfactory.
PostScript files include a DSC (Document Structuring Convention) header which specifies the input trays and output bins to be used when the document is printed. The trays may be identified by index number or by attributes (media size, colour, type, weight). When EscapeE reads a PS file, it uses the information in the DSC header to assign existing PCL tray names to the specified trays (see step 7 above). If no match can be found for a specified tray, EscapeE creates a new one automatically. For example, a tray identified by attributes might be named PSTRAY12, whereas a tray identified by index number might be named 12. The numbers may not correspond to the physical layout of trays so check the printer's .PPD file (or use 'TRAYS.PS', obtainable from RedTitan) to ensure that the correct tray is selected in the 'Configuration' dialog.
The output is sent to a bin that has a number and a name. Note that the names may be longer than eight characters, may contain spaces and are case-sensitive. For production printers the output document must be created with a PostScript DSC header. This must specify the attributes of the paper stock - the size, weight, colour and type of the paper associated with each named tray. A document will not normally be printed until all its specified media requirements are met - be careful not to set up a long list of trays that result in a media list that cannot be actually configured on the printer. If different documents require different tray configurations then you should save each separately and only apply them to the appropriate one.
|