R.Greg wrote:
> Nothing I'm doing seems to let me make a Paragraph, put an Image in that
> Paragraph, and put that Paragraph in a Cell (whether PdfPCell or otherwise) 
> and
> have the image display. 

Have you tried wrapping the image in a Chunk?

> So, if that's not going to work, I'm thinking about
> marking the section that has a 'warning' as needing the 'warning.png' image
> added to it.  I'll then open the file in PdfReader and use PdfStamper to place
> the images where they need to be.

Surely there must be better ways to do this.
First try wrapping the image in a Chunk.
If that doesn't work, don't add paragraphs with
images to the cell, break up the paragraph into
smaller parts before adding it.
br,
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to