Saturday, 24 August 2013

display values before and after a table continues on the second page using itextsharp [on hold]

display values before and after a table continues on the second page using
itextsharp [on hold]

Am using itextsharp to generate pdf and i have some information like name,
address and phone number which comes before a table and age,sex which
comes after the table. Problem: How can i display the same information on
other pages if the table causes new pages. For example,
PAGE1
Name, address, phone
//table
Table row1
Table row2
Table row3
//end of table
Age,sex
END OF PAGE1

PAGE2
Name, address, phone
//table
Table row4
Table row5
Table row6
//end of table
Age, sex
END OF PAGE2

I want to be able to display the same name, address, phone,age and sex on
all pages while the table continues to list out the items. Thanks..

No comments:

Post a Comment