Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for f in *.pdf
  2. do
  3. gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$f unlocked" -c .setpdfwrite -f "$f"
  4. echo "Removed password for file $f"
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement