I have a jtable that i\'m using to display some data. Say I have around 200 rows of data. I am able to generate the pdf, by using the iText libra
jtable
pdf
iText libra
PdfAction action = PdfAction.gotoLocalPage(1, pdfDest, writer);
Here you use only one page to write the content. So iText can not write the content in next page. gotoLocalPage method only acted in only specific page. Please refer the below link and change your code...
Just gothrough this page