From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 22:27:59 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C4116A420 for ; Thu, 2 Mar 2006 22:27:59 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDCD43D8A for ; Thu, 2 Mar 2006 22:27:40 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IVI006OYUE3GFH2@vms048.mailsrvcs.net> for questions@freebsd.org; Thu, 02 Mar 2006 16:27:40 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k22MRcqo036698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 02 Mar 2006 17:27:39 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k22MRX6P050044; Thu, 02 Mar 2006 17:27:33 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k22MRVvK050043; Thu, 02 Mar 2006 17:27:31 -0500 Date: Thu, 02 Mar 2006 17:27:31 -0500 From: Mikhail Teterin To: questions@freebsd.org Message-id: <200603021727.31500.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1310/Thu Mar 2 13:01:25 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: rafan@infor.org Subject: How to print in duplex mode? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 22:27:59 -0000 Hello! I'm trying to use less paper by printing on both sides of each sheet. The printer is capable of duplex printing, but all the postcript I send to it ends up printed single-sided. The original PS is generated by a web-browser. I then try to use enscript's pstops utility, but can't figure out its page-specification language :-( Would someone have a ready example: pstops 'MagickSpell' input.ps duplex.ps Thanks! -mi