edeniko wrote:
Hi,I'm using iText 1.4.7, and trying to insert a new page / page break intoPdfTable, 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??
You'll have to explain what you mean, because the way the question is phrased now, I have no idea where you want to new page to be inserted. Do you want to insert a blank page? Or do you want to split a table? br, Bruno
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------- 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/
