From owner-freebsd-questions Sun Jan 4 17:53:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA17660 for questions-outgoing; Sun, 4 Jan 1998 17:53:07 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA17653 for ; Sun, 4 Jan 1998 17:53:00 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA22130; Mon, 5 Jan 1998 12:22:40 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA11245; Mon, 5 Jan 1998 12:22:39 +1030 (CST) (envelope-from grog) Message-ID: <19980105122239.08249@lemis.com> Date: Mon, 5 Jan 1998 12:22:39 +1030 From: Greg Lehey To: Leif Neland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: printing from netscape References: <7d2_9801050219@swimsuit.swimsuit.roskildebc.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <7d2_9801050219@swimsuit.swimsuit.roskildebc.dk>; from Leif Neland on Mon, Jan 05, 1998 at 02:12:04AM +0100 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jan 05, 1998 at 02:12:04AM +0100, Leif Neland wrote: > So now I can print from machine darla to the printer on arnold. > (Thanks Norman Rice and Lee Jonston). > > Now I want to print from netscape to the printer, which is a Canon LBP8-III. > > Is it Netscape (on darla) which should know the printertype, or is it fbsd (on > arnold?)?. FreeBSD on arnold. It's in control of the printer. > Does Netscape print in postscript, or bitmap, or what? PostScript. > The canon is not postscript, do I need ghostscript? That's the best choice. I think there are others. > On the printerhost, or the client? Again, on the system which controls the printer. You could theoretically convert it on the client, but this would assume knowledge of the remote hardware, and would cause unnecessary problems if you were to upgrade arnold. In addition, it would cause much more network traffic. Greg