From owner-freebsd-hackers Fri Sep 12 10:48:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA22678 for hackers-outgoing; Fri, 12 Sep 1997 10:48:40 -0700 (PDT) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA22668 for ; Fri, 12 Sep 1997 10:48:34 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id DAA00497; Sat, 13 Sep 1997 03:16:37 +0930 (CST) Message-Id: <199709121746.DAA00497@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Nate Williams cc: hackers@freebsd.org Subject: Re: HPGL format In-reply-to: Your message of "Fri, 12 Sep 1997 10:33:31 CST." <199709121633.KAA10047@rocky.mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 13 Sep 1997 03:16:37 +0930 From: Mike Smith Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Does anyone know how to convert this to something a bit more standard? Like what? MS Word for Windows 2.0 had a reasonable HPGL import module; it wasn't shipped with 6.0 but worked OK there too. You ended up with a WMF embedded in your Word document, but couldn't do much more with it. Canon were flogging an HPGL rasteriser called Print-a-plot with the BJ printers, but I don't think it did bitmap output. Short of that, write your own HPGL parser; it's pretty trivial(*). The biggest problem is that HPGL is designed for vector output, so you have to worry about line thickness and all that jazz. mike (*) 8)