How to
stop the blank pages from printing before each print job
To stop JDS from printing blank pages before ever print job do the
following:
Edit the file /usr/lib/cups/filter/cupsomatic
and change this line:
my $ps_accounting = 1;
to
my $ps_accounting = 0;