IT/Software/Command Line Applications/PDF Toolkit: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "== PDF Toolkit of pdftk from the command line == === History === # Worked will till somewhere in 18.04 ## Now must be a snap install ## <code>sudo apt install pdftk</code> ==...") |
Walttheboss (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
# Worked will till somewhere in 18.04 | # Worked will till somewhere in 18.04 | ||
## Now must be a snap install ## | ## Now must be a snap install ## | ||
<code>sudo | <code>sudo snap install pdftk</code> | ||
=== Purpose === | === Purpose === | ||
Line 10: | Line 10: | ||
# change password status | # change password status | ||
## You need to know the password in both cases | ## You need to know the password in both cases | ||
remove password | ## remove password | ||
<code>pdftk inputFileName.pdf input_pw actualPassword output outputFileName_no_pw.pdf</code> |
Revision as of 06:28, 22 January 2020
PDF Toolkit of pdftk from the command line
History
- Worked will till somewhere in 18.04
- Now must be a snap install ##
sudo snap install pdftk
Purpose
Manipulate pdf documents
Usage
- change password status
- You need to know the password in both cases
- remove password
pdftk inputFileName.pdf input_pw actualPassword output outputFileName_no_pw.pdf