From owner-freebsd-questions Tue Nov 18 05:40:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA21718 for questions-outgoing; Tue, 18 Nov 1997 05:40:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA21713 for ; Tue, 18 Nov 1997 05:40:49 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id PAA25465; Tue, 18 Nov 1997 15:40:36 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma025461; Tue Nov 18 15:40:09 1997 Message-ID: <34719A74.4DC7@barcode.co.il> Date: Tue, 18 Nov 1997 15:39:00 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: "Gregory G. Losik" CC: freebsd-questions@FreeBSD.ORG Subject: Re: PostScript 3.0 -> 2.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gregory G. Losik wrote: > > Hello all, > > I have a printer that supports PostScript 2.0, but now, most of the stuff > is 3.0 as far I see. Latest version of Netscape saved netscape.ps in 3.0. No, it doesn't, at least for me. Also, AFAIK, there's no such thing as PostScript 3. Why do you say that? The first line of a PostScript file (something like %!PS-Adobe-3.0) does not specify the version of the language it is written in. It specifies the level of the Structured Document Formatting Convention it complies with. The printer couldn't care less about this version, and anyhow, version 3.0 first appeared in the 2nd edition of the PostScript Language Reference Manual (Red book) that described PostScript Level 2 (highly recommended reading, if you like programming in PostScript :-) ). > > Are there are any filters or some other tricks and magic you can suggest to > try in order to convert 3.0 postscript files to 2.0? Does gs does this? Why? Doesn't it print correctly? I think most applications (still) generate Level 1 PostScript, unless told otherwise. > > Thanks, > Greg > -Gregory Losik (gregor@cc.gatech.edu) Nadav