[Itext Problem] : Images not displayed correct
Hello together,

hope somebody can help me. I'm using Itext version 0.92.
now i've got the following problem when i'd like to create PDF from an HTML
file.
I'd like to write two images side by side.

 I'd tried the following html code:

test 1
<table border="1" width="450">
<tr>
<td><img src="neu.jpg" width="200" height="200"></img></td>
<td><img src="neu.jpg" width="200" height="200"></img></td>
</tr>
</table>

test2
<p>
<span><img src="neu.jpg" width="200" height="200"></img></span>
<span><img src="neu1.jpg" width="200" height="200"></img></span>
</p>

test3
<table border="1" width="400">
<colgroup>
        <col width="200"></col>
        <col width="200"></col>
</colgroup>
<tr>
<td><img src="neu.jpg" width="200" height="200"></img></td>
<td><img src="neu.jpg" width="200" height="200"></img></td>
</tr>
</table>
</body>
</html>

but that doesn't really work. I get an Output like this :
(Embedded image moved to file: pic32444.pcx)
Can somebody tell me how i got this 2 images side by side and in the right size ?

Thanks

Attachment: pic32444.pcx
Description: Binary data

Reply via email to