Hi,
I have generated PDF with upto 200 images , but my pdf needs a sign image also to be inserted
so when i add the sign image to the images in the PDF .
It is giving the 'impossible to load the image error.
Can Anyone help me how to solve it.
Bijith
Spipu Le 09/05/2009 à 21:38 what is the src of the img ? if it is a image generate by php, see the example 9
<td width="260" style="border-bottom:1px solid black;"><?php if ($orderData['IbsOrder']['ord_curr_order_stage'] == 10) { ?>
<img src="<?php echo $filePath;?>" width="311" height="49" />
<?php } ?></td>
This is the src of the image when the time comes to load this image it is giving the message
impossible to load image
Spipu Le 12/05/2009 à 10:13 ok, but what is "$filePath" ? is it a real image, or a image generate by PHP ? could you tel me the value of $filePath ?
Hi,
I just have us an example it just gives the format of the src link that all, it was not of a working image
but my src links are formed like this and they are not loading
Spipu Le 12/05/2009 à 10:58 have you try to make a fopen directly on $filePath ?