user2206834
user2206834

Reputation: 399

iText Filling existing table PDF

I'm trying to fill an existing table in my PDF. I found some examples on iText but they always create a new table and then fills it.

In my case I have already created a table and now I want to add rows to this.

Is it possible to do this?

Upvotes: 1

Views: 644

Answers (1)

Golam Rabbi
Golam Rabbi

Reputation: 65

How-to-add-row-in-jtable may help you. Instead iText, You can print your table using Jtable's built in print method. Go to this link for more.

Thanks.

Upvotes: 0

Related Questions