Remove password from a secured PDF on a Mac
April 10th, 2013 by Lawrence David
Type the following into the Mac terminal:
>>Â gs -sOutputFile=./unsecured.pdf -sDEVICE=pdfwrite -dNOPAUSE -dbatch -q secured.pdf -c quit
April 10th, 2013 by Lawrence David
Type the following into the Mac terminal:
>>Â gs -sOutputFile=./unsecured.pdf -sDEVICE=pdfwrite -dNOPAUSE -dbatch -q secured.pdf -c quit