| Michael Loßin on Sat, 3 Feb 2001 11:35:06 +0100 (CET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Level 1 Postscript |
Carsten Neumann schrieb: > > Hi all, > > I have a level 1 Postscript printer, i.e. a NEC Silentwriter LC890. > Some programs only generate level 2 code which sometimes cannot be printed on my printer. > Though I can use it in laserjet emulation mode, due to (possible) speed advantages I would prefer > to send level 1 Postscript. > How can I tell apsfilter/ghostscript to produce level one Postscript output. > I found no description of the pswrite device (and its options). You must use the PSgs_* devices, and include the following into the GS_FEATURES variable: -dLanguageLevel=1 This should work (tm). HTH Michael