Tiwari, Akhil (IT) wrote:
> I created a form using Adobe Designer which I am using with PdfStamper
> to fill in the form.
OK.
> For the second part of it, I am able to create a
> Table/PdfTable out of the data but I’m clueless as how to append this
> table in the filled-in form.
Use PdfPTable
Hi,
I have to generate a report that has two parts:
1. Some fixed text with dynamic data
2. Dynamic data in tabular format (row size varies)
I created a form using Adobe Designer which I am using with PdfStamper
to fill in the form. For the second part of it, I am able to create a
Table/PdfT