Re: [iText-questions] PDFTable makes no page break

2012-07-30 Thread 1T3XT BVBA
On 29/07/2012 19:25, eageluhrig wrote: > i try to insert a table (filled with mysql) into PdfStamper. it works very > well, except for there is no page break. > here is my code: Of course not! > Where is my fault? I don't know where to begin answering this question. Maybe it's better if you read

[iText-questions] PDFTable makes no page break

2012-07-29 Thread eageluhrig
Hi, i try to insert a table (filled with mysql) into PdfStamper. it works very well, except for there is no page break. here is my code: "... table.setTotalWidth(reader.getPageSize(1).getWidth() - 50f); PdfContentByte contentByte = stamp.getUnderContent(1);