Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing PDF files directly

Status
Not open for further replies.

yerington

MIS
Sep 9, 2003
23
It's possible to print PDF files directly on printers P3005/LJ3035mfp from the Windows command line over IPName/Address without using a windows server queue? The printers are connected over a Tcp/ip Network.
On the new HP models it is possible to send ’print-ready’ single files(*.ps, *.pdf, *.prn) manually over the EWS interface (Information - print option). But we need to do the same for multiple files from a script.
Thanks's.
 
Use lpr (assuming that these newer devices still support this protocol).

Type:

lpr /?

on the command line to get (very brief) description.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top