Create PrintJob via URL #1154
Unanswered
BjoernDroste365
asked this question in
Q&A
Replies: 2 comments 4 replies
-
May I suggest you read the How to Use the Internet Printing Protocol e-book? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just want to know what the equivalent of the CMD line “lp -d MyPrinter srv/MyDocument.pdf” is for a URL if the printer itself is not an IPP printer and is connected to CUPS via socket. Is this too complicated to describe? I mean, your link explains how to do this via IPP printers. But I don't have an IPP printer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is there a way to print something, e.g. a PDF, to CUPS via an URL?
I mean, the CMD line for printing “lp -d MyPrinter srv/MyDocument.pdf” works fine, and when the first print job is complete, I can also print the job using the CUPS Web-UI (
http://IP-ADDRESS:631/printers/MyPrinter
).But how do I send a print job via URL? If I use
http://IP-ADDRESS:631/printers/MyPrinter
, I get the HTML code of the web page from the printer as a response.The connection between CUPS and the printer shouldn't matter, because in my opinion the correct request is the problem. Or is it not possible to send a request via URL (POST)?
Beta Was this translation helpful? Give feedback.
All reactions