Hi Team ,
I am using Aspose.pdf to Read Tables using Table Absorber. I want To identify the table present in Header/Footer. how To handle it .
Thanks and Regards,
Viayanathan444
Hi Team ,
I am using Aspose.pdf to Read Tables using Table Absorber. I want To identify the table present in Header/Footer. how To handle it .
Thanks and Regards,
Viayanathan444
Would you kindly share your sample PDF for our reference so that we can test the scenario in our environment and address it accordingly?
Hi Team,
this is the sample PDF i want to identify the table is Header and Footer
sample header and footer.pdf (201.5 KB)
Thanks and Regards,
Vijayanathan444
First of all, please note that there is no such header footer in PDF documents. Header/Footer are only defined or specified at the time of PDF generation and once PDF is generated, they become part of the PDF just like rest of the content. In other words, there is no way to distinguish header footer from rest of the content in an existing PDF.
One workaround (cannot be reliable) could be to extract tables and then check their rectangles. Those tables that have LLY closer to the page height can be considered as header table and the tables with minimum LLY value would be footer ones.