Bizzare, if you insert images like <img src="images/presentation.jpg" /> in your file and if you have no_img.gif in your pdf folder (same place as html2fpdf.php) there should not be any problem. Are you sure you have done exactly this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Accidentally detected the problem. When image tag is inserted inside some other block ( like div or font ) the image is broken, but when image tag is in root node problem not occurs.
This same image is displayed or not and its depends on location in xhtml tree :/
This is due to the encoding of the html2fpdf.php file. Copy the file exactly as you extracted it from the original zip file. If you copy the content from an editor that changes the encoding, this will fail. By example, in line 887, there are special characters that might change on other encoding.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have big problem with images in generated pdf documents. Every time when document should contains images there is text instead every single image.
"d¿˝d¿˝d¿˝type=image,ypos=35,width=56.444444444444,height=34.925d¿˝d¿˝d¿˝q 160.00 0 0 99.00 28.35 586.98 cm /I1 Do Q"
Anybody have idea whats going on ?
artur
Bizzare, if you insert images like <img src="images/presentation.jpg" /> in your file and if you have no_img.gif in your pdf folder (same place as html2fpdf.php) there should not be any problem. Are you sure you have done exactly this?
Hi.
Accidentally detected the problem. When image tag is inserted inside some other block ( like div or font ) the image is broken, but when image tag is in root node problem not occurs.
This same image is displayed or not and its depends on location in xhtml tree :/
Maybe something is wrong with stack/buffer ?
http://www.rzseattle.org/aquamid.pdf - on end we have one picture in div and on in root branch.
This is due to the encoding of the html2fpdf.php file. Copy the file exactly as you extracted it from the original zip file. If you copy the content from an editor that changes the encoding, this will fail. By example, in line 887, there are special characters that might change on other encoding.