Tagged Questions
5
votes
2answers
498 views
printing over network from PHP app
I have a set of printers connect over a network with Static IP assigned to each printer.
Now i have a PHP web application running on a linux server which needs to send print jobs, to these printer ...
2
votes
1answer
316 views
Ghostscript under linux: Times too wide
How to make Times working for printing under linux?
I have debian wheezy linux, ghostscript, cups, mscorefonts installed.
But when i do print, i get Times too wide, comparing to windows one -- letter ...
2
votes
0answers
782 views
Printing to Epson TM-T88V receipt printer from iOS/iPad using CUPS or other framework
Does anyone know how to get CUPS running on iOS? We are trying to print to a networked Epson receipt printer ( TM-T88V) from the iPad, using CUPS or other method but we are running into a brickwall ...
2
votes
1answer
517 views
What is the simplest way to print to a remote IPP/CUPS server or printer?
I have a postscript file and want it to be printed on a IPP capable device (or CUPS server). What is the minimal code and dependencies I could get away with to do that.
Using LPR or libcups gives me ...
2
votes
4answers
291 views
Printings using CUPS, when can my app quit?
I have an linux app that uses cups for printing, but I've noticed that if I print and then quit my app right away my printout never appears. So I assume that my app has to wait for it to actually come ...
1
vote
1answer
56 views
Any way for Java Print to ignore lpoptions?
I'm using the javax.print API to print a Jasper Report on Debian Linux. For some reason the saved lpoptions (CUPS settings) always override settings choosen on the Java Print dialog. At this point the ...
1
vote
0answers
549 views
How to configure CUPS to print from RedHat to a shared Windows Zebra printer TLP 3842
I am trying to print from a virtual RedHat instance to a label printer shared on a Windows XP workstation. I have had success using rlpr on Ubuntu, but we are porting to our new standard, RedHat. ...
1
vote
1answer
421 views
Unable to check cups printer status in Debian Squeeze
Sorry for my english!
I'm using Debian squeeze and for an assignement, i have create 2 virtual pdf cups printers. Both are working very well.
To test the different administion command; i try to ...
1
vote
2answers
1k views
What's the easiest way to add custom page sizes to a .ppd?
I would like to add custom page sizes to my printer's .ppd (PostScript printer definition) file. What do I have to add to get a new page size working properly?
0
votes
0answers
13 views
Linux IrDA printing
I have a USB IrDA that I got working with my IrDA printer (SiPiX compact printer A6) on the Windows side, using default 4000000 speed and 1.0ms turn-around time (in the driver config). The USB IrDA ...
0
votes
0answers
61 views
cups not printing classification
Our print server is using cups, and it is set to use a classification but the classification is not appearing on the pages. The banner prints and all config files look to be okay (printers.conf, ...
0
votes
0answers
91 views
CUPS - Cups4j - Define Page/Media Size
I am using Cups4j in a java app, under Linux, with a thermal printer, I need to define the size of the media, so I can use 80mm or 50mm paper rolls on the printer.
There is an "attribute" method, but ...
0
votes
0answers
28 views
How do I specify the number of copies to print using cupsffi?
I'm using the cupsffi gem to print documents to a network printer. I can't seem to work out how to print more than one copy per print job, though.
Passing the option 'copies'=> 2 to the print_file ...
0
votes
1answer
111 views
Paper size setting won't save for Snow Leopard
I am using a Zebra LP 2844 to print barcode labels out of the Chrome browser, as it has good printing support for this purpose.
The one problem that I cannot seem to solve is that the paper size is ...
0
votes
2answers
343 views
Printing directly to a Zebra/Swecoin TTP2030 receipt printer in Ubuntu
I have a Swecoin/Zebra TTP2030 USB-LPT receipt printer that I am using on Ubuntu. I'd like to use it like a normal printer, which Zebra says is possible under Windows. Anyone know anyway to do this ...
0
votes
1answer
397 views
java.lang.NoClassDefFoundError: Could not initialize class sun.print.CUPSPrinter
I get the following error when sending a job to a printer in Linux.
java.lang.NoClassDefFoundError: Could not initialize class sun.print.CUPSPrinter
Don't know why the class cannot be found, as ...
0
votes
0answers
114 views
How to parse a PWG-raster file (CUPS-raster) to uncompressed RGB raster format?
I would like to know how one can parse the PWG-raster format to uncompressed RGB raster format.
The image/PWG-raster format is used in Google cloud print.
The specification can be found at: ...
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
254 views
How do I get CUPS onto an iOS device?
I figure that I could include a static library in my project. However, I cannot for the life of me compile CUPS for the armv6/armv7 architecture.
Am I on the right path? If so, how do I create a ...
0
votes
2answers
151 views
Server generated printing printing to printer closest to user
We have a SAAS application where reporting and other print jobs are generated on our application servers and then sent to CUPS print queues. The queue prints to printers at the client sites via IP ...
0
votes
2answers
196 views
How do I tell when a CUPS print jobs has been completed plus info about that job?
I need to know each time a Mac print job is created/completed, plus some information about that job (what was printed, pages, copies, etc).
The best method I've come up with thus far is to use ...