Forcing grayscale PDF to Black and White?

22,412

ImageMagick is free and cross-platform. This command should work:

convert <input> -threshold xx% <output>

For example:

convert original.pdf -threshold 50% new.pdf

You'll have to set the threshold to taste.

Share:
22,412

Related videos on Youtube

Bryce
Author by

Bryce

Updated on September 18, 2022

Comments

  • Bryce
    Bryce almost 2 years

    I have a large color PDF that I can easily view greyscale in Foxit Reader:

    foxit color controls

    Unfortunately various bits of text end up in ridiculously light shades of grey. Similar, but not direct, questions include:

    How can I force a PDF to display only in pure black and white?

    • Bryce
      Bryce over 11 years
      It is an autocad drawing, but I don't have autocad.
    • WebComer
      WebComer over 7 years
      Personally, i do hate it. So many years - 2017, FoxItReader 8.1, the problem still not solved. Yet. And plenty-plenty non-printable ok docs... And command line converting instead of using already present checkboxes... I do hate it.
  • Santosa Sandy
    Santosa Sandy about 9 years
    Hi @Kev , would you tell me how to do that in IMDisplay.exe , please?
  • Arun
    Arun about 9 years
    @SantosaSandy sorry I honestly never use IMDisplay.exe so I don't know whether it's possible nor, if so, how.