Xref: utzoo comp.lang.postscript:1722 comp.sys.mac.programmer:4839 comp.sys.mac:27661 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!adobe!greid From: greid@adobe.com (Glenn Reid) Newsgroups: comp.lang.postscript,comp.sys.mac.programmer,comp.sys.mac Subject: Re: Mac PS Printouts via Sun UNIX Keywords: mac ps sun unix printing Message-ID: <566@adobe.UUCP> Date: 2 Mar 89 19:45:22 GMT References: Sender: news@adobe.COM Reply-To: greid@adobe.COM (Glenn Reid) Followup-To: comp.lang.postscript Organization: Adobe Systems Incorporated, Mountain View Lines: 21 In article aberg@math.rutgers.edu (Hans Aberg) writes: > >The old Sun UNIX system used to have a Mac PostScript printout filter >[ lpr -M ], but the new OS doesn't. > >Now, one would expect any PS file print on any PS printer (with the >usual exceptions, custom PS commands etc.) > >Does anybody know why this filter is needed? What is the difference >between the Mac PS files, and other PS files. (Regular PS files do >print out. The Mac files are created using cmd-F; the cmd-K produces >a prep directory, that wedges the printer.) The PostScript language code written by the Apple Printing Manager is device-dependent as well as environment-dependent. You cannot simply upload command-F or command-K files and expect them to print without alteration from another host (very unfortunately). Of course, those command keys are undocumented, I think, so they aren't guaranteed to be good for anything other than looking at the code. Each release of the system software usually requires slightly different things to be removed from it, so "lpr -M" would require quite a bit of maintenance.