I run the following command on the input PDF found at http://bendilts.com/bad.pdf
gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=bad.png bad.pdf The output can be found at http://bendilts.com/bad.png The text and vector graphics in the output are not antialiased in this output whatsoever. If I remove the image from the PDF, the antialiasing works perfectly (with an identical gs command). Any idea what could be going on here?