If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: mps <soccio.n0spxm@fast-mail.org>
Subject: Re: commandline PDF printing
References: <8a586b51.0301100417.585bc8f2@posting.google.com>
Date: Fri, 10 Jan 2003 13:21:04 GMT
VUK wrote:
> Is there a way to print a PDF document to a printer in command
> line? Suppose acrobat reader is installed but KDE (X) is not
> running?
>
> is there a command like:
>
> printpdf sample.pdf -Prlmip0 , where rlmip0 is a printer
> defined in /etc/printcap ? post answer here
> Thanks
> VUK
What printing package are you using? CUPS has built in PDF
processing support so that lp -d yourprinter sample.pdf or lpr
-P yourprinter sample.pdf will work. LPRng has file recognition
support so that you have to hack the filter config file to point
it to a program that will convert your pdf to a printer-friendly
file.