From owner-freebsd-questions Wed Aug 27 10:33:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA17544 for questions-outgoing; Wed, 27 Aug 1997 10:33:20 -0700 (PDT) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA17529 for ; Wed, 27 Aug 1997 10:33:16 -0700 (PDT) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id MAA26557; Wed, 27 Aug 1997 12:32:31 -0500 (CDT) Received: from sil-wa4-16.ix.netcom.com(207.93.136.80) by dfw-ix6.ix.netcom.com via smap (V1.3) id sma026488; Wed Aug 27 12:32:04 1997 Message-ID: <34046490.41C67EA6@ix.netcom.com> Date: Wed, 27 Aug 1997 10:32:00 -0700 From: "Thomas D. Dean" X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Greg DeLuca CC: freebsd-questions@FreeBSD.ORG Subject: Re: printing from netscape References: <3.0.1.32.19970827085045.00917e00@crater.cwu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The problem is in lpr limitations. The file is just too large. lpr normally copies files to be printed. So, the max size is limited. But, all is not lost. For disk files, usr 'lpr -s ' and, lpr will use a sumbolic link, rather than copy the file. So, from netscape, save the image to disk and then print is with the '-s' switch. To save the image to disk, I think you can use the right mouse button to get a menu containing a 'save this image as' item.