I am trying to generate a signed PDF using the TCPDF library
My code is as follows:
App::import('Vendor','mtcpdf');
$pdf = new MTCPDF('L');
$pdf->SetProtection(array('copy'), '', null, 0, null);
$pdf->SetMargins(0, 0, 0, true);
$...
asked by
09.08.2017 / 13:30