From owner-freebsd-questions@FreeBSD.ORG Sun May 4 19:36:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56861DA3 for ; Sun, 4 May 2014 19:36:09 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 050A9177E for ; Sun, 4 May 2014 19:36:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s44JZx20007842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 4 May 2014 13:35:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s44JZxih007839; Sun, 4 May 2014 13:35:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 4 May 2014 13:35:59 -0600 (MDT) From: Warren Block To: Peter Ulrich Kruppa Subject: Re: lpr / ghostscript problem: blank page at end of each print job In-Reply-To: <5366768B.6070608@pukruppa.de> Message-ID: References: <5366768B.6070608@pukruppa.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 04 May 2014 13:36:00 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 19:36:09 -0000 On Sun, 4 May 2014, Peter Ulrich Kruppa wrote: > Hi, > > I am playing around with a host based Windows printer (Brother > HL-2135W), which seems to understand some PCL . > > Converting .ps or .pdf files with ghostscript and printing the result > via lpr works so far. What is the full gs command? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-lpd.html#printing-lpd-filters-ps2pcl > Problem is, there always will be a blank page printed out at the end of > a print job. > I tried to suppress this with lpr -h option, but that wouldn't help. > > Does anyone have any good idea? Does the extra page print if the file is dumped directly to the printer? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-direct.html Do plain text files print correctly? Is there an input filter in the printcap entry for the printer, and if so, what does the filter do?