Skip to content

Instantly share code, notes, and snippets.

@morris821028
Created June 21, 2017 05:49
Show Gist options
  • Save morris821028/4ae1396e00204f5c431bad5480a5037b to your computer and use it in GitHub Desktop.
Save morris821028/4ae1396e00204f5c431bad5480a5037b to your computer and use it in GitHub Desktop.
Master Thesis Script
#!/bin/bash
IFS= read -s -p "Please Enter Password of the Change Permissions: " pwd
pdftk thesis.pdf output thesis-security.pdf \
owner_pw $(pwd) \
allow printing ScreenReaders \
encrypt_128bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment