Hi,

I'm using iText 1.4.7, and trying to insert a new page / page break into
PdfTable, with no luck. 
Here's the code brief:

PdfPTable table = new PdfPTable(1);
PdfPCell cell = new PdfPCell(new Phrase("Something", font));
table.addCell(cell);
// NEW PAGE SHOULD BE INSERTED HERE
document.add(table);

Any clue?? 

Thanks!
-- 
View this message in context: 
http://www.nabble.com/PdfTable---new-page---page-break-tp14374253p14374253.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to