Created
June 21, 2017 05:49
-
-
Save morris821028/4ae1396e00204f5c431bad5480a5037b to your computer and use it in GitHub Desktop.
Master Thesis Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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