You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hi man, if you have some time implement this please!!
In your file PdfWrapper.php
/**
* Encrypts and sets the PDF document permissions
*
* @param $permisson a array with permisson ex: ['copy','print',]
* @param $user_password a string with user password
* @param $owner_password a string with owner password
*
*/
public function SetProtection($permisson = array(), $user_password,$owner_password){
return $this->mpdf->SetProtection($permisson,$user_password,$owner_password);
}
thank you!!!
The text was updated successfully, but these errors were encountered:
Hi man, if you have some time implement this please!!
In your file PdfWrapper.php
thank you!!!
The text was updated successfully, but these errors were encountered: