Forum


Replies: 3   Views: 158
Setting pdf document security settings
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 31-05-2024 - 12:31

Hello,

Using the following options:

$pdf->protectPDF($source, $target, array('permissionsBlocked' => array('modify', 'annot-forms', 'fill-forms')));

the "signing" permission is also blocked. The sample from our previous reply blocks all available settings (including "signing").

Regards.