convert pdf into black and white download free for windows 7 professional edition 32

Convert pdf into black and white

Get via App Store Read this post in our app!

Tool for PDF conversion to black and white [closed]

Is there a freely available (preferably open source) tool or library for PDF conversion to black and white?

Some customers want to print generated PDF documents in B&W to save toner. Unfortunately I cannot generate PDF in B&W directly, since we are merging two PDF pages together, one being official not available in B&W.

Update: To be more specific, I am looking for automatic solution, i.e. tool that is callable from a program.

closed as off topic by Brad Larson ♦ Feb 1 '13 at 16:52

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

With PrimoPDF (http://www.primopdf.com/index.aspx) you should be able to set to generate a "Black & White" pdf.

"Printing Preferences" -> "Paper/Quality" tab, then you can choose between "Black & White" and "Color.

Having seen Viliam's insisting on wanting "Black and White", not "Grayscale" I'm still offering this solution to convert PDF files to grayscale. Because I think that would perfectly fullfil the requirement to "save color toner" and make use of black toner only.

Use Ghostscript (the most recently released version is 9.05) with this command:

On Windows, use gswin32c.exe or gswin64c.exe instead of gs . Ghostscript meets Viliam's request for:

and it does the job.

If color conversion does not work as desired and if you see a message like "Unable to convert color space to Gray, reverting strategy to LeaveColorUnchanged" then.

  1. your Ghostscript probably is a newer release from the 9.x version series, and
  2. your source PDF likely uses an embedded ICC color profile

In this case add -dOverrideICC to the command line and see if it changes the result as desired.

Convert pdf into black and white

Get via App Store Read this post in our app!

Tool for PDF conversion to black and white [closed]

Is there a freely available (preferably open source) tool or library for PDF conversion to black and white?

Some customers want to print generated PDF documents in B&W to save toner. Unfortunately I cannot generate PDF in B&W directly, since we are merging two PDF pages together, one being official not available in B&W.

Update: To be more specific, I am looking for automatic solution, i.e. tool that is callable from a program.

closed as off topic by Brad Larson ♦ Feb 1 '13 at 16:52

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

With PrimoPDF (http://www.primopdf.com/index.aspx) you should be able to set to generate a "Black & White" pdf.

"Printing Preferences" -> "Paper/Quality" tab, then you can choose between "Black & White" and "Color.

Having seen Viliam's insisting on wanting "Black and White", not "Grayscale" I'm still offering this solution to convert PDF files to grayscale. Because I think that would perfectly fullfil the requirement to "save color toner" and make use of black toner only.

Use Ghostscript (the most recently released version is 9.05) with this command:

On Windows, use gswin32c.exe or gswin64c.exe instead of gs . Ghostscript meets Viliam's request for:

and it does the job.

If color conversion does not work as desired and if you see a message like "Unable to convert color space to Gray, reverting strategy to LeaveColorUnchanged" then.

  1. your Ghostscript probably is a newer release from the 9.x version series, and
  2. your source PDF likely uses an embedded ICC color profile

In this case add -dOverrideICC to the command line and see if it changes the result as desired.