Problems with exporting a grid with images to pdf

I have a normal grid with a excell column ‘img’ and when i export this grid to pdf it works well except for the images, the images are not shown. I load values like “images/example.png^Example”. I do not know what is happening. I try with several versions of the Export to PDF library.
Attached a picture of the structure of my header. Maybe i am doing something wrong.
Please, help me!


Hi,
you should place your images into grid-pdf-php directory.
For example if you use at client side data with value imgs/icon/open.png then you should create in grid-pdf-php directory imgs/icon and place there file open.png.

Hello again,
I see in the source code of ‘gridPdfWrapper.php’ what do you mean, but the truly problem is in the xml created and sent by ‘toPdf’ function of ‘dhtmlxgrid_export.js’ that not include the image path of the image type cells because this excells don’t have the function ‘getContent’ and the ‘toPdf’ function execute the ‘getTitle’ function instead. At least in my libraries.
I add the function ‘getContent’ to eXcell_img prototype and it works like you said before.
Thank you for your help!

PD: Sorry for my poor english. I am spanish.

Good work!