lpr

Lpr -module in Python

How can you call lpr in Python? It is not in the sys -module which is surprising. I aim to use the lpr as follows shown by pseudo-code 10*i for i in range(77): lpr --pages(i,i+1) file.pdf ...

print to a network printer using PHP

is it possible to print directly to a network printer with PHP using LPR or something similar? any pointers? thanks. ...