Questions tagged [cups]

CUPS is the standards-based, open source printing system for Mac OS X and other UNIX®-like operating systems.

CUPS (formerly an acronym for Common Unix Printing System) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer.

More information at

  1. http://en.wikipedia.org/wiki/CUPS
  2. http://www.cups.org/
420 questions
4
votes
1 answer

What's the difference? Multiple versions of the same printer appearing in CUPS

On a local network, in my CUPS admin page, when I try to add a network printer, each printer shows up multiple times: For example, the Lexmark T644 appears: *Lexmark T644 (2) (Lexmark Lexmark T644) *Lexmark T644 79116M5 LS.ST.P239 I have another…
43Tesseracts
  • 4,617
  • 8
  • 48
  • 94
4
votes
0 answers

CUPS - ICC Profile support

I need to print an image applying an ICC Profile within CUPS. I'm using lp/lpr commands. Reading the docs, i see that they have the option *cupsICCProfile *% Specify a default profile for printing at all other resolutions and media…
Pedro Casado
  • 1,705
  • 1
  • 21
  • 43
4
votes
0 answers

Listening events from CUPS by dbus?

During to CUPS I should be able to listen events from printers by dbus. I have printer installed, cups service is working. I tried to use D-Feet, dbus-monitor but there is no interface/object called /org/cups/cupsd/Notifier which is implemented as…
Wojtek
  • 41
  • 4
4
votes
1 answer

Redirecting the output of a virtual printer to a Python script

My intention is to achieve the following scenario: A Windows or Linux user gives the command to print a document (using Ctrl+P) and views a dummy printer (virtual printer) in the list of available printers The user selects the printer and gives…
ThePretendProgrammer
  • 1,449
  • 10
  • 16
4
votes
1 answer

custom paper size for labelprinter (Brother QL 570)

I have a new label printer (Brother QL 570) wich supports endless paper. My thought was, that I will be able to save paper by printing just as much paper as I need - wrong! The printer comes with paper sizes of 63mm x 100mm and 63mm x 29mm (and…
MAP
  • 154
  • 1
  • 7
4
votes
1 answer

Linux/CUPS Qt printing example

I need to use the CUPS API in Qt to detect and install printers. The problem is I can't seem to make Qt detect the cups.h header file. So far I tried (both with <> and ""): #include and #include In…
luffy
  • 2,246
  • 3
  • 22
  • 28
4
votes
2 answers

CUPS returns 'complete' on jobs which are still printing

I am communicating with CUPS using IPP protocol. I have all drivers for my printers installed in CUPS (using .ppd file) and printers got latest firmware. When I query a job which a printer printing right now it says that the job's state is …
Jakub
  • 1,037
  • 8
  • 21
4
votes
2 answers

Vagrant port forwarding not working. Cups not accesible from host

So I'm working with vagrant and I'm trying to use it as a printing server. I installed cups. Internally everything works just fine. I can even make a quick curl to my localhost:631 (cups port inside my vagrant) and there's everything. The thing is…
AAlvz
  • 1,059
  • 2
  • 9
  • 15
4
votes
1 answer

LibreOffice swriter command line to convert PDF but want landscape option

I am using libreOffice on CentOS to convert rtf and html to PDF using: swriter -convert-to pdf:writer_pdf_Export doc_file.doc all is working great but I cannot find any command line option to change the pdf from portrait to landscape. Is that even…
user1934737
  • 107
  • 1
  • 2
  • 10
4
votes
1 answer

CUPS @LOCAL value

I got two machines. One with CUPS 1.5.0 and the other with CUPS 1.6.1. The two machines are on the same local network. I want a full discovery of the printers on the network. If i run the following command: CUPS_DEBUG_LEVEL=2…
4
votes
1 answer

CUPS bypassing interface

I have a server on which I have several serial printers set up as raw queues in cups. On each of these, I have installed interfaces scripts to perform some simple output manipulation and to handle IPC with an application that runs on the server and…
William
  • 249
  • 1
  • 4
  • 14
4
votes
3 answers

PHP Server Side Printing Ubuntu Server

I have been all over stack looking at what is required to do this and have wound up being slightly confused. Lets get one thing straight this is a local based intra-net and I do understand that PHP is server side. I am running a company management…
ZeroG
  • 137
  • 1
  • 3
  • 10
4
votes
4 answers

Batch convert Mac iWork files to PDF on the command line

I'm trying to batch convert a bunch of assorted iWork files (Numbers, Pages, Keynote) to PDF on the command line. I've been trying cups-filter but there's no MIME type filter for the iWork types. I then looked into using qlmanage to generate the…
NeilInglis
  • 3,431
  • 4
  • 30
  • 31
3
votes
3 answers

Where can I find documentation for the pycups module for CUPS printing?

I am using the python cups module to list the available destinations. And everything work perfectly. I've installed the pycups using sudo apt-get install pycups. import cups conn = cups.Connection() printers = conn.getPrinters() for p in printers: …
ShZnd
  • 69
  • 1
  • 2
  • 9
3
votes
1 answer

IPP Driver is missing in Windows 10 (needed to connect to CUPS)

I have a HP Color Laserjet Pro 454dn printer connected to CUPS, but some of my Windows 10 computers can't print Duplex to it. Android and IOS devices have no problem printing duplex. I did notice that the driver on the working Windows 10 computer is…
Michael
  • 31
  • 1
  • 4
1 2
3
27 28