How to extract the Table data which spread across the multiple pages( 1-3) and last page has another Table? #3557
Unanswered
thangarajdeivasikamani
asked this question in
Q&A
Replies: 3 comments 6 replies
-
Please be aware that this way of posting questions leads to nothing: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Attached the pdf |
Beta Was this translation helpful? Give feedback.
2 replies
-
I extracted the tables on all pages without issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I have the pdf as below
page :1
pdf which has 2 columns and 4 rows
First row content occupies full page.
Column Name | description
Test1 | 60 to 70 lines of text
Page: 2
Second row occupies fist half of the page
Test2 | 20 to 30 lines of text
Third row start second half of the page.
Test3 | 30 to 40 lines of text
Page: 3
Third rows ends in3rd page
Test3 | 5 lines
Fourth rows
Test3 | 2 lines
in Page 3 new Table starting as below
5 columns 2 rows
Column Name
Row 1 1 | 2 | 3 | 4 | 5
Row 2 1 0 | 11 | 13 | 14 | 15
Summary:
Case 1:
Table 1 start from page 1 and End at Page 3
Table 2 start from Page 3 and End at page 3
Case 2:
Table 1 start from page 1 and End at Page 3
Table 2 start from Page 3 and End at page 4
Beta Was this translation helpful? Give feedback.
All reactions