Print PDF file using LP Command
807605Jul 16 2007 — edited Jul 18 2007Hi all,
I need to print pdf files by using lp command on UNIX server. Iam using J2sdk1.4.
I need to use the following lp command in the function to print:
lpr -P <printername> <filename>
Can any one give me the code for this.