
addPDFPasswd
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Description
This little service menu lets you confortable add a password to an existing pdf file.
Requirements
It requires pdftk to be installed and the original pdf will be renamed to FILENAME.pdf.old
Installation
- copy the the addPDFPasswd.desktop file into your ~/.kde[4]/share/kde4/services/ServiceMenus folder
- open dolphin
- right click a pdf file
- select "Actions"
- select "Add password to PDF"
- in the dialog box enter the password
done
Customization
By default, the script will pop up a confirmation screen that the file has been password protected and the original file has been renamed. If you don't want this confirmation screen, go to line 12 of the script (starting with: Exec=/bin/bash -c 'Confirmation="1";) and set the Confirmation variable to "0".
Changelog
v1.1
- added Greek Service Menu translation (thanks to dglent)
- made confirmation dialog optional
- fixed .org / .old discrepancy between confirmation dialog and actual renaming
dglent
9 years ago
It is ok the org or had to be old ? (i found the .org very nice although)
For a click install mageia users may want to use this rpm :
http://www.mageia-gr.org/rpm/1/noarch/addpdfpasswd-servicemenu-kde4-1.0-1mgr1.noarch.rpm
I added a description in Greek in the desktop file:
Name[el]=Κωδικός πρόσβασης στο PDF
Report