ABOUT IT:
This script converts any greyscaled/colored pdf to monochrome for better readliblity, Its user freindly script and anyone can easily use it. It can be more useful for college students where one wants to read the notes captured from camera or where one wants to make captured pdf look like scan copy. There are apps which does this work while capturing the pic but this script will save time while capturing.
HOW TO USE:
- Download the script
- open terminal (ctrl+Alt+T)
- Now enter these commands in terminal;
- cd ~/Downloads
- unzip monochromed-pdf-master.zip
- cd monochromed-pdf-master/
- chmod +x convert2monochrome.sh
- ./convert2monochrome.sh
- Now do as the script says :)
TROUBLE SHOOT:
- For error of the type: convert-im6.q16: not authorized `pdfFinal.pdf' @ error/constitute.c/WriteImage/1037.
edit the following file: /etc/ImageMagick-6/policy.xml and set the permissions from none to read|write i.e., Replace: rights="none" to rights="read|write"