|
HI ,
I want to add images to my document adjacent to each other until they can't fit the page width. How can i do this. When i add a new image to the document by document.add(image) then the image is added below the previous image and if i use the absolute position then i don't know the exact location where i can add the image.
If I use an image inside a Chunk and then add the chunk to the document then i can add images adjacent to each other but in that case the image is clipped if the chunk goes out in the next page. how can i avoid this problem to add images to my document in the following sequence.
-------------------------------
| image1 image2 |
| image3 image4 |
Regards
Cogol |