I ran into the same problem with fax pages.
I was using Imagick in php and this command fixed the way it looked.
$Imagick->blackThresholdImage('grey');
I didn't see any threshold option using 'gs' but convert may also work for you.
convert a.pdf -threshold 60% a.tif