Displaying 1 result from an estimated 1 matches for "dcompatibilitylevel".
Did you mean:
  lmcompatibilitylevel
  
2005 Feb 15
2
pdf printing queue never empties out
...n = "DOMAIN+Domain Users"
  browseable = yes
  path = /pdfdropbox/Accounting
  printable = yes
  writeable = no
  print command = /usr/bin/preprintpdf %s -r
  lpq command =
  lprm command =
The /usr/bin/preprintpdf just passes the job on:
#! /bin/sh
OUTDIR=/pdfdropbox
/usr/bin/printpdf -dCompatibilityLevel=1.4 "$1"
rm $1
The /usr/bin/printpdf converts the file to a pdf with ghostscript. 
With 3.0.7 everything worked fine. Jobs could be printed, the pdf's
showed up and the queue was fine. 
With 3.0.10 or 3.0.11, the pdf's show up fine, but the queue never
shows the jobs as complet...