linux print directly to network printer that IS NOT installed

Sean256

I need to build a simple web based printer server that will print a file to any given printers IP address

Using lp or lpr how can I print a file directly to a network printer by IP address? NOTE: The printer will NOT be setup in CUPS locally as it needs to have the ability to print to any IP address thrown at it.

What I have tried:

lp -d 10.11.234.75 /path/to/file
lpr -P 10.11.234.75 /path/to/file

Both give this: 'The printer or class does not exist.'

udp

Try this:

cat you_file.prn | netcat -w 1 printer_ip 9100

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

PHP print to printer (local / network) directly (stuck in print spooler)

From Dev

PHP print to printer (local / network) directly (stuck in print spooler)

From Dev

Print directly to a network printer without going to a print server

From Dev

unable to print to Linux network printer access denied

From Dev

print a string directly to printer

From Dev

How to print to directly to a wireless printer

From Dev

How to print to directly to a wireless printer

From Dev

LPR print, can it be directly to printer?

From Dev

Cannot print to Brother network printer

From Dev

How can I print JasperPrint directly to printer?

From Dev

How can I print JasperPrint directly to printer?

From Dev

Send text file directly to network printer

From Dev

Network printer - can each computer connect directly to the printer?

From Dev

Python printing bytes string directly to printer on Linux

From Dev

php_printer.dll or some other way to print to network printer

From Dev

Network label printer available to print to over web?

From Dev

.NET webservice attemp to print on a network printer not working

From Dev

ASP.Net Print PDF directly to Printer With Preferences

From Dev

Sending pdf files directly to a network printer, using Windows command line

From Dev

Linux as a network printer device (Raw, port 9100)

From Dev

Windows 7 network printer to automatically print to a folder on the server

From Dev

cannot print on network printer HP P1606DN

From Dev

A way to print to a network printer using both ethernet and wifi simultaneously

From Dev

How to skip browser default print preview and print content directly to printer in jquery/javascript?

From Dev

How to set account and password in Linux for using a network printer

From Dev

How can I set up a usb printer as a network printer using a linux server?

From Dev

Can I connect a printer directly to a router and send prints through home Wi-Fi network?

From Dev

Is there a tool to print the network topology structure in Linux?

From Dev

Select a printer and silently print

From Dev

Print to Printer in Awesomium ?

Related Related

  1. 1

    PHP print to printer (local / network) directly (stuck in print spooler)

  2. 2

    PHP print to printer (local / network) directly (stuck in print spooler)

  3. 3

    Print directly to a network printer without going to a print server

  4. 4

    unable to print to Linux network printer access denied

  5. 5

    print a string directly to printer

  6. 6

    How to print to directly to a wireless printer

  7. 7

    How to print to directly to a wireless printer

  8. 8

    LPR print, can it be directly to printer?

  9. 9

    Cannot print to Brother network printer

  10. 10

    How can I print JasperPrint directly to printer?

  11. 11

    How can I print JasperPrint directly to printer?

  12. 12

    Send text file directly to network printer

  13. 13

    Network printer - can each computer connect directly to the printer?

  14. 14

    Python printing bytes string directly to printer on Linux

  15. 15

    php_printer.dll or some other way to print to network printer

  16. 16

    Network label printer available to print to over web?

  17. 17

    .NET webservice attemp to print on a network printer not working

  18. 18

    ASP.Net Print PDF directly to Printer With Preferences

  19. 19

    Sending pdf files directly to a network printer, using Windows command line

  20. 20

    Linux as a network printer device (Raw, port 9100)

  21. 21

    Windows 7 network printer to automatically print to a folder on the server

  22. 22

    cannot print on network printer HP P1606DN

  23. 23

    A way to print to a network printer using both ethernet and wifi simultaneously

  24. 24

    How to skip browser default print preview and print content directly to printer in jquery/javascript?

  25. 25

    How to set account and password in Linux for using a network printer

  26. 26

    How can I set up a usb printer as a network printer using a linux server?

  27. 27

    Can I connect a printer directly to a router and send prints through home Wi-Fi network?

  28. 28

    Is there a tool to print the network topology structure in Linux?

  29. 29

    Select a printer and silently print

  30. 30

    Print to Printer in Awesomium ?

HotTag

Archive