View Single Post
  #3   (View Single Post)  
Old 11th November 2017
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

PDFTK has options to set passwords :
Code:
man pdftk
Quote:
NAME
pdftk - A handy tool for manipulating PDF

SYNOPSIS
pdftk <input PDF files | - | PROMPT>
[ input_pw <input PDF owner passwords | PROMPT> ]
[ <operation> <operation arguments> ]
[ output <output filename | - | PROMPT> ]
[ encrypt_40bit | encrypt_128bit ]
[ allow <permissions> ]
[ owner_pw <owner password | PROMPT> ]
[ user_pw <user password | PROMPT> ]
https://www.pdflabs.com/docs/pdftk-cli-examples/
================================

http://daemonforums.org/showthread.php?t=10457
__________________
My best friends are parrots

Last edited by PapaParrot; 11th November 2017 at 03:09 PM.
Reply With Quote