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
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);