Re: Text based PDF printing

2003-02-12 Thread Anthony E. Greene
On 13-Feb-2003/12:13 +0800, Kevin - KD Micro Software <[EMAIL PROTECTED]> wrote: >Excellent! >Thanks so much for that Anthony. Works like a charm. It seemed like a handy utility to have around so I whipped it up. I often find myself wanting to print a PDF and it's a PITA to go through the steps ma

Re: Text based PDF printing

2003-02-12 Thread Kevin - KD Micro Software
] Internet: http://www.kdmicro.com.au - Original Message - From: "Anthony E. Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 4:47 PM Subject: Re: Text based PDF printing > On 12-Feb-2003/15:37 +0800, Kevin - KD Micro Software

Re: Text based PDF printing

2003-02-12 Thread Anthony E. Greene
On 12-Feb-2003/15:37 +0800, Kevin - KD Micro Software <[EMAIL PROTECTED]> wrote: >I'm looking for a command line text based utility that can print PDF >files. I know the cups print system does this, but it would be a lot >easier if there was a command line tool that could do this for me under >the

Re: Text based PDF printing

2003-02-11 Thread Willem van der Walt<[EMAIL PROTECTED]>
use: cat file.pdf | pdftops | lp Just check if you can pipe through pdftops. On Wed, 12 Feb 2003, Kevin - KD Micro Software wrote: > Hello all, > > I'm looking for a command line text based utility that can print PDF files. > I know the cups print system does this, but it would be a lot easier i

Text based PDF printing

2003-02-11 Thread Kevin - KD Micro Software
Hello all, I'm looking for a command line text based utility that can print PDF files. I know the cups print system does this, but it would be a lot easier if there was a command line tool that could do this for me under the standard lpd. Any advice or pointers will be greatly appreciated. _