From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Staniewicz To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010220101841.CF8BF199E1@mail.cse.psu.edu> Subject: [9fans] troff to PDF Date: Tue, 20 Feb 2001 11:14:49 -0500 Topicbox-Message-UUID: 67b6c5f4-eac9-11e9-9e20-41e7f4b1d025 Is there a cleaner/more direct way of going from a troff to PDF document? I have it figured out as the following 2 step process: troff -mm file.txt | lp -dstdout > file.ps then, gs -s'DEVICE=pdfwrite' -s'OutputFile=file.pdf' -r600 -dBATCH -dQUIET -dNOPAUSE file.ps -Bill