Mohamed Boukhlif - محمد بوخليف
Results
3
comments of
Mohamed Boukhlif - محمد بوخليف
It works perferctly, thank you!
I have the same problem
You should `chroot` the root directory of your images. In your case, I guess it's: `getcwd() . '/tmp/'` ``` $imagesRootDirectory = getcwd() . '/tmp/'; $options = $pdf->getOptions(); $options->setChroot($_SERVER['DOCUMENT_ROOT'] . $imagesRootDirectory...