Determine table row pdf page location

Hi,

how do i determine the Table Row/s Page Index Location, like below:

row1
row2
row3
row4
row5
…PAGE 1

row8
row7
row9
row10
row11
…PAGE 2

Thanks Rolly

Hi Rolly,


Thanks for contacting support.

You may consider visiting following link for information on how to Manipulate tables in existing PDF and you can get the information regarding number of rows in table instance. Now concerning to getting page index information, you may consider Search and get Text from all pages using Regular Expression and it will returns the position information for TextFragment representing page index. In case you face any issue, please share the resource/input PDF file.