| Author |
PdfTable in multiple pages
|
MohamedAhmed Ibrahim
Greenhorn
Joined: Jul 21, 2005
Posts: 12
|
|
I need to split a PdfTable into multiple pages and the header of the table recur in each page. Does anyone know how ?
table.setTotalWidth(document.right() - document.left()) ;
table.writeSelectedRows(0 , table.size() , document.left(), document.right() , writer.getDirectContent()) ;
document.newPage() ;
I am using itext
table is an object of class PdfTable ,writer of PdfWriter and document of Document
Thanks for you help
|
 |
 |
|
|
subject: PdfTable in multiple pages
|
|
|