Grâce au logiciel qpdf, il est possible de faire sauter les protections d'un fichier pdf dans le terminal linux :
1. Installez qpdf. Ouvrez le terminal et collez :
sudo apt install qpdf
2. Ouvrez un terminal à partir du dossier dans lequel se rouve le pdf à modifier. Puis collez la commande suivante :
qpdf --show-encryption nomdevotrepdf.pdf
Avec cette commande, vous pouvez vérifier si il y a des protections actives (cf : zone entourée dans l'image à l'étape 3).
3. Pour supprimer les restrictions collez la commande suivante :
qpdf --decrypt nomdevotrepdf.pdf nouveaunomdevotrepdf.pdf