This is my call:
$pdf->SetProtection(['modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'owner'], '', null, 0, null);
but I got error:
Allowed memory size of bytes exhausted
And important is that it is problem on pruction server only with CentOS 7 updated to last version.
This is my call:
$pdf->SetProtection(['modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'owner'], '', null, 0, null);
but I got error: Allowed memory size of bytes exhausted And important is that it is problem on pruction server only with CentOS 7 updated to last version.