PdfBundle
PdfBundle copied to clipboard
Images path
Hi,
I am inserting the image:
<img src="{{ pdf_image('AcmeMyBundle:img/pic.png') }}" />
and getting an error:
Image "/src/Acme/MyBundle/Resources/public/images/img/pic.png" can't be initialized.
How can I change default "images" directory to "img"?