Support,
We have a PDF file generated from a word document using Adobe LC Server.
We are currently using aspose.pdf 9.7.0 version jar file in our Java application to modify the PDF.
In this PDF file I want to check whether header/footer exists or not, to implement this I have wrote a source code sample using Aspose.PDFjava api.
With this topic I have uploaded a source code in (TestHeaderFooterPDF.java) and sample PDF and word document.
But the code failed to identify header and footer from Test.pdf file.
Please help us to resolve the issue.
Test.pdf (223.0 KB)
HeaderFooterExtractionPDFWord.zip (302.0 KB)