How to dynamically resize a table or a textfield with aspose pdf.kit

Dear Aspose,

We use a template withe imagefields, textfields and tables, made by Aspose Acrobat Professional (Form Editor) and we fill the fields by code through aspose.pdf.kit. Our customer has some wishes: 1. If he changes the value of the textfield (e.g. he puts more text in it) he wants to expand the textfield, and expects that all the fields coming after this expanded textfield moves up in the pdf document (perhaps moves on to the next page). Is that possible with aspose.pdf.kit? 2. Our customer also wants dynamically change a table: If for some reason one column isn't filled at all, he wants to remove the whole column. Is that possible with aspose.pdf.kit?

Or is there an other (better) way to build up all the fields and then create a pdf-document?

Thank you,

J. Rebel

Hi,

I am sorry but this feature is not supported with Aspose.Pdf.Kit. Instead of generating the PDF and then modifying, why not recreate the PDF from modified template every time.

Thanks.