Run through PAD.
Thats right, no pdf page numbers, even if you had 1,2,3 at the bottom of the page is no good.
Page 1, Page 2, Page 3 would certainly help.
Regex, looking for keywords / values.
Automate adobe to open each pdf in a folder, it always opens on page one.
Using regex, if its found on page one it gets noted as found on page 1, if not move to page 2.
Im automating type into Adobes page number, as I enter 3 for page 3 and its found, well you already have the page number, its 3.
Writing to Excel, I have all the values I require plus the page numbers they were found on.
Once you have the page numbers in your case, just a matter of splitting at those numbers.
As I dont really need the page numbers I dont use adobe, I just read pdf, then regex it.
Page numbers was just a learning exercise.