From owner-freebsd-questions Mon Jul 28 14:58:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA06264 for questions-outgoing; Mon, 28 Jul 1997 14:58:25 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA06247 for ; Mon, 28 Jul 1997 14:58:15 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id RAA08277; Mon, 28 Jul 1997 17:02:59 -0500 (CDT) Message-Id: <199707282202.RAA08277@iworks.InterWorks.org> Date: Mon, 28 Jul 1997 17:02:59 -0500 (CDT) From: "Daniel M. Eischen" To: freebsd-questions@FreeBSD.ORG, simat@enta.net Subject: Re: Postscript to text conversion ?? Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > does anyone know how to convert a standard postscript > document in to ascii text, i.e files with the .ps extension, > as some documents that come with some ports only have > documentation in .ps format. > also whilst we are on the subject, does anyone know how to > strip out the vt codes in special text, i.e the vt characters > that give certain words a color when catted. (printing of manpages) > If you just print this text staight to the printer then we > get some characters twice. You might also want to check out a2ps if you wish to print man pages. It will automatically detect man page format, and print them out very nicely (e.g. man ls | a2ps). Dan Eischen deischen@iworks.interWorks.org