From owner-freebsd-questions Sat Jun 12 10:35:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id EBE4614E2D for ; Sat, 12 Jun 1999 10:35:40 -0700 (PDT) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.8.8/8.8.8) id KAA23443; Sat, 12 Jun 1999 10:35:38 -0700 (PDT) (envelope-from jeff) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906121723.KAA00264@athena.tera.com> Date: Sat, 12 Jun 1999 10:35:37 -0700 (PDT) Reply-To: iratus@home.com From: jeff To: Gary Kline Subject: RE: printing to an hp500 deskjet from wordperfect Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12-Jun-99 Gary Kline wrote: > > > > I just installed wordperfect-8 on both my platforms > (running 2.2.8) and it works well. As far as the > editing is concerned. Printing is another matter... > > Has anybody gotten wp to print using the standard > lp|lpr spooler? Or is there a translator|filter than > can turn wp files into PostScript? > > thanks, > > gary > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: jeff Date: 12-Jun-99 Time: 10:24:56 This message was sent by XFMail ---------------------------------- Hello-I use the following filter to print from WP 8. I am assuming you already have it setup as to printer selection and need only to setup the destination. #!/usr/bin/perl while() {chop $_; print "$_\r\n";}; BTW-This little gem (also doubles as an excellant text print filter) is not my invention, it comes from the "Linux Printing HOWTO". Hope this will do the trick. Good Luck Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message