From owner-freebsd-questions Sun Jun 22 14:35:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA24423 for questions-outgoing; Sun, 22 Jun 1997 14:35:50 -0700 (PDT) Received: from glacier.wise.edt.ericsson.se (glacier-ext.wise.edt.ericsson.se [193.180.251.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA24417; Sun, 22 Jun 1997 14:35:46 -0700 (PDT) Received: from erlang (erlang.ericsson.se [147.214.36.16]) by glacier.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-0.9) with SMTP id XAA01002; Sun, 22 Jun 1997 23:35:42 +0200 (MET DST) Received: from townsend.ericsson.se by erlang (SMI-8.6/LME-2.2.4) id XAA17651; Sun, 22 Jun 1997 23:35:41 +0200 Received: from townsend by townsend.ericsson.se (SMI-8.6/client-1.5) id XAA17412; Sun, 22 Jun 1997 23:36:13 +0200 Message-Id: <199706222136.XAA17412@townsend.ericsson.se> To: grog@FreeBSD.ORG Cc: questions@FreeBSD.ORG Subject: Re: Documentation on HP Laserjet 6MP? Reply-To: kent@erlang.ericsson.se In-Reply-To: Your message of "Fri, 20 Jun 1997 13:22:44 +0800 (HKT)" References: <199706200522.NAA00979@papillon.lemis.com> X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 22 Jun 1997 23:36:12 +0200 From: Kent Boortz Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 2. The commands that this particular printer understands. I had the same "information" problem with a Apple LaserWriter 12/640 PS. I ended up down-loading the PPD file (printer description). You find it somewhere on the HP site. It is the file the print managers in MacOS and Windows95/NT use for creating the settings dialogs to the user and the PostScript code to send to the printer. The file is messy but in ascii format. It wasn't hard to find out the options and the PostScript code to do it with some guesswork. Hint: Look for the text "OpenUI" ;-) /kgb