I have a colour PDF file, and I'm going to print it out and then photocopy it in black and white. I'd like to know what it's like in B&W before photocopying it. Is it possible to 'greyscale' a PDF on the command line using free software? I'm using Ubuntu 9.10.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
|
Better:
|
|||||||
|
|
Here’s a little script which in addition to the grayscale conversion can concatenate multiple input files. To use the script, put the following lines in a file, e.g. "convert2gray.sh"
and make it executable
Then
will produce a single PDF "converted.pdf", which contains all pages from the input files converted to grayscale. I had to print out mutliple files all in grayscale and found this the easiest way, since you can print out everything after inpection with one command. |
||||
|
|