Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Remove PDF passwords using a virtual PDF printer' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remove PDF passwords using a virtual PDF printer
Authored by: luomat on May 02, '08 10:22:12PM
What happens if you can't print the file? Install GhostScript (see MacPorts)

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=OUTPUT.pdf -c .setpdfwrite -f INPUT.pdf

You may or may not need to replace the 'pdf_sec.ps' file on your machine with

http://web.archive.org/web/20010428180359/http://web.archive.org/web/20010428180359/http://members.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps




[ Reply to This | # ]