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
|
feedback
|
This question came from our site for computer enthusiasts and power users.
|
First of, I don't understand your pseudo code. (What does Generally, you use
However: Depending on your version of Edit: Since you seem to want to print selected pages of PDF files, have a look at the PDF toolkit. That software appears to provide splitting functionality. Also, make sure that directly printing PDF files is supported. You may need to convert the input to postscript first (e.g. using | ||||
|
feedback
|
|
Just call it from the commandline:
Something like that. | |||
|
feedback
|
|
I havent tried it, but pycups appears to be python bindings for cups. | |||
|
feedback
|