Hello- I'm encountering PDFs with forms that have non-unique field names. Sometimes fields with the same names are used for the same information (a useful scenario, making filling them out programmatically easier). But sometimes the same names are used for entirely different field purposes.
Is there a way within the PDFBox API to dis-ambiguate those fields? Or are there tools that can do this (we do have a budget, so payware would be OK, within limits)? These are government PDFs, so we don't control their creation. But if there is a way to edit them that addresses this, that would also work for us - the forms do not change frequently. http://ulfdittmer.com/Guide_TH.pdf is an example of such a PDF. OBJ3, OBJ4, OBJ10, OBJ18 and OBJ24 are field names that are used twice. Any help would be appreciated. Ulf