Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
574 views

Why can I not receive a response from a TCP/IP capable printer?

My ultimate goal is to send a print job to a printer over the internet. The catch is that the printer is connected directly to a router, so I can't count on a computer processing anything. The path ...
2
votes
1answer
646 views

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.
1
vote
3answers
73 views

Check execute command after cheking file type

I am working on a bash script which execute a command depending on the file type. I want to use the the "file" option and not the file extension to determine the type, but I am bloody new to this ...
1
vote
0answers
66 views

How do you get good line spacing with lpr?

I'm using lpr with the following flags: lpr -o cpi=12 -o lpi=8 -o page-left=36 -o page-top=36 -o page-bottom=36 But the lines appear too close together. But if I decrease lpi to 6 or something, ...
0
votes
0answers
18 views

How can I use the lpd/lpr to get information about a printer?

I'd like to use port 515 (lpd protocol) to query a printer about its identity, but, unlike some other protocols, lpd does not seem to return any information about the printer when a print request is ...
0
votes
2answers
206 views

Including .prn file with lpr command in Windows batch file

I need to do a downloadable Windows batch file (.bat) which runs lpr command on clients machine. That's easy. The hard part is that the batch file must include the data to be printed also. Everything ...
0
votes
0answers
412 views

Where to start with android lpr printing?

i work for a major university and i have written several programs for windows, os x, and linux to install our network printers on our lab machines. I have no idea where to start. I looked on the ...
0
votes
0answers
255 views

PDF Prints as Raw Text When Using IPP to CUPS Server from Solaris [closed]

I have created an Ubuntu CUPS server, and when I print PDFs from the command line of that machine they print correctly, but when I use lp or lpr from the Solaris command line to the same printer and ...
0
votes
1answer
113 views

How to send the files in a directory to the printer in Perl?

Okay, here's what I'm trying to do: I have an email with a series of MIME attachments. I have sample code that will get me as far as creating a directory with the decoded attachments in it; what I ...
0
votes
3answers
518 views

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 ...