I have received a 30 page pdf from a client with hundreds of form fields. I need to build a web UI and populate the pdf from based on their input. The problem I am having is linking the web UI input fields to the pdf form fields. Here's an examle to clarify:
Web UI PDF
txtName txtString3 (Located somewhere on page 5 of pdf)
Normally I would open Adobe LiveCycle to figure out the form field names but the pdf is secured and the client is not willing to provide us with the password so we can view the pdf in edit mode. I have exported the form fields to XML but I have no idea where a given form field is located on the PDF and they don't appear to be in order in the XML.
As a workaround I was hoping to print out the form field name next to the pdf field. Is there a way to do this? For TextBox fields I can easily set their value equal to the form field name, but how do I handle radio buttons and checkboxes? I am relatively new with Aspose and am looking for some direction.