Can't Make LPD Print Raw

Adam Williams adamtaunowilliams at gmail.com
Sat May 26 06:30:39 PDT 2007


> The only thing relevant in the cups-lpd man page is the statement:
> -----------------
> Inserts  options  for all print queues. Most often this is used to
> disable the "l" filter so that remote print jobs are  filtered  as
> needed  for printing; the examples in the previous section set the
> "document-format"  option  to   "application/octet-stream"   which
> forces autodetection of the print file format.
> -----------------
> Which is not what I want,  I don't want to force the filtering of remote > jobs.   I'm assuming that setting document-format to
> "application/vnd.cups-raw" does the opposite.

I'm still getting job processing but I've stopped the banners.

service printer
{
  disable = no
  socket_type = stream
  protocol = tcp
  wait = no
  user = lp
  server = /usr/lib/cups/daemon/cups-lpd
  server_args = cups-lpd -o document-format=application/octet-stream job-sheets=none
}





More information about the cups mailing list