this is my first post
I tried to convert a multpage pdf (containing only color scanned images) to multipage pdf with black and white images, g4 compression, no dither)
this is my command
Code: Select all
nconvert -binary nodither -keepcspace -colors 2 -out pdf -c 4 -o file.pdf test.pdf
excuse me for being ignorant about nconverting