Mark writes: > >> Ulrich Rueth writes: >> >>> The problem I have with this method is that there appears only a >>> asterisk "*" in the header instead of the image (at least for RTF >>> documents)... >> >> >> Since the last version, you can add Images to a Cell that aren't >> wrapped in a Chunk. But I don't know what effect this has on the >> RTF document. Maybe Mark or Steffen can help out? > > > Unfortunately I do not know what causes this problem. Hopefully I'll get > round to finding the cause by the end of the week. At least I'll be able > to say why it doesn't work.
Well, sometimes it's necessary to wrap an Image in a Chunk. But because the Chunk would not be empty, a star is added. Before adding a Chunk to a document, you should test if the chunk contains an Image. If not, it's a regular Chunk. If so, you don't need to visualize the content of the Chunk, but the Image (possibly with an offset). kind regards, Bruno _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
