PDF printing in AIX

Dear all,

I've a program that generate PDF file using PDFinclude in Unix and I want to print this directly to the laser printer from unix. I managed to convert this to postscripts using ghostscripts (pdf2ps) and setup a postscripts printer in AIX and print using "os-command lp -dPrinterName test.ps" but I just wonder is there any better way to do this rather than using os-command.
 
Top