remove password from pdf

master
giomba 2021-12-03 21:21:31 +01:00
parent 3180c0c4a8
commit 26e97f66f0
1 changed files with 3 additions and 0 deletions

3
pdf.md
View File

@ -3,3 +3,6 @@
### Extract pages
```pdftk full-pdf.pdf cat 12-15 output outfile_p12-15.pdf```
### Remove password
```pdftk input.pdf input_pw <password> output output.pdf```