Tagged Questions

0
votes
0answers
36 views

Linux CUPS auto re-add printer? [closed]

Hi, We have a Redhat machine (2.6.9-42.ELsmp) that runs CUPS. Once in a while, people send big files to the printer, and it gets stuck, so they restart the printer. After 300 seco …
0
votes
2answers
92 views

Get the layout mode (landscape or portrait) of a pdf from php/linux

Given a PDF, how can one get the layout mode of a PDF (or relative width/height) using a PHP lib or linux command line tool? Using http://www.tecnick.com/public/code/cp%5Fdpage.ph …
0
votes
0answers
120 views

How do I get a network printer installed in ubuntu 9.04? [closed]

My girlfriend's work computer now has Linux on one of the partitions, and for the most part it's running fine--except that I can't seem to get the network printers configured right …
0
votes
1answer
34 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 …
1
vote
1answer
99 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
2answers
31 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 cl …
1
vote
1answer
90 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 …
1
vote
1answer
124 views

Using Cups Reverse Orientation on a Postscript file

When using the lp -o orientation-requested=6 in CUPS to print a postscript file, the first page is reversed 180 degrees and then the next page is back to 0 orientation. Third pag …
1
vote
2answers
33 views

Type of object rendered(CUPS)

I am making a copy of my RIP for CUPS(pstoraster.I wanted to know the type of the object rendered using ghostscript. Does anyone have this idea
3
votes
2answers
515 views

how to embed a true type font within a postscript file

I have a cross platform app and for my Linux and Mac versions it generates a postscript file for printing reports and then prints them with CUPS. It works for simple characters and …
2
votes
3answers
147 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 …