From owner-freebsd-questions Sat Aug 30 23:30:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23610 for questions-outgoing; Sat, 30 Aug 1997 23:30:04 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA23571 for ; Sat, 30 Aug 1997 23:29:59 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id QAA28320; Sun, 31 Aug 1997 16:29:20 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id PAA00393; Sun, 31 Aug 1997 15:59:18 +0930 (CST) Message-ID: <19970831155918.27701@lemis.com> Date: Sun, 31 Aug 1997 15:59:18 +0930 From: Greg Lehey To: Doug White Cc: Greg DeLuca , freebsd-questions@FreeBSD.ORG Subject: Re: printing from netscape References: <3.0.1.32.19970827085045.00917e00@crater.cwu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Doug White on Sat, Aug 30, 1997 at 11:00:53PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Aug 30, 1997 at 11:00:53PM -0700, Doug White wrote: > On Wed, 27 Aug 1997, Greg DeLuca wrote: > >> Hi all, >> >> Can someone please help me solve this printing problem? >> >> When attempting to print a gif image (file size 22K) from netscape >> communicator 4.02 I get an error stating: >> /usr/bin/lpr :copy file is too large > > Place :mx#0: in the printer's printcap entry. See printcap(5). > >> Netscape navigator 3.x also produced this error. I can print small gif >> files from netscape, and print postscript file > 57K in size from the >> command prompt with out the error. I have mx#0 in my printcap file but it >> does not solve the problem. > > Are you sure you specified it right and placed it in the correct printer? > That should fix it. Remember that converts the gif to PostScript, which makes the files much bigger. You're probably exceeding the maximum size as a result. Greg