We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Is there a way to lock this certificate so it is not editable in Acrobat?
Moodle Version(s) The moodle version (Moodle 3.7)
To Reproduce Download and open in Acrobat
Expected behavior Is there a way to add password protection?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
last time i check (long time ago) this functionality in the pdflib which this plugin uses was not possible
Sorry, something went wrong.
Wondered if there was any updates on this capability, as this has become an issue for a couple of our clients. Thanks!
Add the line - $pdf->SetProtection(array('modify'));
In locallib.php - around line 954 - this makes it a bit harder to edit the pdf
No branches or pull requests
Describe the bug
Is there a way to lock this certificate so it is not editable in Acrobat?
Moodle Version(s)
The moodle version (Moodle 3.7)
To Reproduce
Download and open in Acrobat
Expected behavior
Is there a way to add password protection?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: