Table adding rows

I have a template pdf with a table of 6 columns. The number of rows is depending on the data that is fetched.

Is this possible to fill the table and add rows via aspose.development.kit. If it is so how i can do this.

Francis,

Hello Francis,

Thanks for considering Aspose.

I am sorry to inform you that, filling of table or adding new rows to table within an existing Pdf document are not yet supported by Aspose.Pdf.Kit. As a workaround, if the table in the Pdf is some Pdf form, then it can be filled by using the data from external sources, where sources could be XML, FDF and XFDF files or even you can use Database to fill-in the Pdf form.

For more related information on how to fill using Databases, please visit http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/interoperate-with-database-net.html

For more information on how to fill using XML, FDF and XFDF, please visit Fill PDF Form and Form Fields