Hi All,
I have just purchased Aspose.PDF. I am using VB.net and am starting to get my head around Aspose. I have managed to write a VB.net piece of code to have Aspose.PDF replace a textbox (textbox1 with a formfield).
Now I am attempting to have Aspose replace multiple text boxes (textbox1, textbox2, ... textbox_20) with form fields via a loop in the code. I am including a copy of the PDF (TestAccountsInput.PDF) which contains three textboxes (in red). In case it helps I am also including the VB code wherein the top section works fine and allows me to replace a named textbox with a formfield, and the bottom section where I am trying to figure out how to get a loop to work and replace a number of textboxes.
In case it makes any difference I am using an application to scroll through a database, extract the various amounts shown in the demo, and then via a call to Crystal Reports create the static data PDF file. Once created I need to call the Aspose.PDF classes to insert the form fields.
Thanks for the assist
Yours
Michael O'Rourke