Date: Tue, 24 Jan 2006 22:21:45 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: Mark Kane <mark@mkproductions.org>, freebsd-questions@freebsd.org Subject: Re: Configuring a Printer - Printing Code Message-ID: <p06230911bffc9e45991c@[128.113.24.47]> In-Reply-To: <43D57883.9060005@mkproductions.org> References: <43D57883.9060005@mkproductions.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 6:44 PM -0600 1/23/06, Mark Kane wrote: > >The problem comes when printing from this machine. Whenever >trying to print, instead of printing the text of the document >or website, it prints a bunch of code. Here is a short sample: > >------- >flipXY 0 eq c3x2 c4x2 eq or >{false PickCoords } >{ /shrink c3x2 c4x2 eq > {0} {c1x2 c4x2 sub c3x2 c4x2 sub div abs} ifelse def > /xshrink {c4x2 sub shrink mul c4x2 add} def >[...etc...] >------- > >That machine "Mark-Kanes-Computer.local." is the machine that's >sharing it over the network, which runs Mac OS X Jaguar. Looks like you're sending postscript files from the FreeBSD machine to the MacOS machine. Pick one such postscript file. How does it start out? The first line should start with the four characters: %!PS If it does not, then add those four characters and see what happens. If that doesn't work, then try sending the job using lpr -l instead of a plain 'lpr' command. That's a lowercase-L that I'm adding there. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06230911bffc9e45991c>