I am building a Symfony app.
The TCPDFHelper.php is the responsible for generating the signed pdf.
As you can see at the below screenshot, it is inside the same directory that "data", dir which includes my .p12 certificate:
If I write this:
$certificate = "file://data/tcpdf.crt';
the controller gives me this error:
The spa.php language loads fine and the image too.
Hi there,
I am building a Symfony app. The TCPDFHelper.php is the responsible for generating the signed pdf. As you can see at the below screenshot, it is inside the same directory that "data", dir which includes my .p12 certificate:
If I write this:
$certificate = "file://data/tcpdf.crt';
the controller gives me this error:The spa.php language loads fine and the image too.
What's wrong, please? Best regards and thanks.