Is it possible at all in Zend Framework (any version) to restrict user actions with Zend Pdf?
For example with Adobe Acrobat you can put a password on the PDF file and customize it by setting permissions on it. Such as allowed to copy, edit and print with valid password. Otherwise the user can, for example, only view the pdf.
I generate pdf files for the clients based on their profiles with zend pdf from Zend Framework 2. Some clients want the pdf to have by default only view permission. Is this possible through Zend Framework?
If it isn't, would using chmod be a good option to change the file permissions?
As a sidenote, yes I am fully aware that there are plenty of work-arounds in order to gain full access to the pdf, but having the view only permission filters out 99% of the users that would want to modify it.
If this is simply impossible, no matter how you look at it, is there any suggestion then?