Guest User

Untitled

a guest
Dec 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ qpdf --decrypt restricted-input.pdf unrestricted-output.pdf
  2.  
  3. pdftk in.pdf output out.pdf allow AllFeatures
  4.  
  5. gs -sPDFPassword=$PASS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=%stdout% -c .setpdfwrite -f locked.pdf > unlocked.pdf
Add Comment
Please, Sign In to add comment