Module with action that lets you secure a pdf file with a password of your choosing. The module is created in Mendix version 9.24.3
- The java action requires an input of a pdf file and a password as a string.
- Optionally you can enable logging by creating an enumeration lognode with a value of SecurePdf.
This module is dependant on the community commons module. Specifially it requires pdfbox.
A demo project can be found at https://pdfpassword-sandbox.mxapps.io/index.html?profile=Responsive
If you want to contribute to this module, put in a request or pull request via github (https://github.com/WebFlight/SecurePdf).