d_dolan wrote:
> I am trying to dump a collection of data from a array list into one cell.

What do you mean by "data".
Are you talking about an array of Element objects such as Phrase, 
Paragraph, PdfPTable,...
In that case, it's easy: create a PdfPCell and use addElement to add 
every Element instance.

> Then when the array list is empty move onto the next one.

I don't see the problem.
Once the first array is added to a PdfPCell, add the cell to a PdfPTable 
and create a new PdfPCell.

 >  I have tried
> every combination of For loops and Do while loops but cannot get it to work
> correctly.  Looking for a push in the right direction.

Strange problem. You'll have to clarify.
There are plenty of examples available (for instance in the second 
edition of iText in Action that do something similar).
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to