Converting the headers & footers into body
Hello,
I am converting PDF-s into docx format via Adobe Acrobat in an automated way with Python. I am then reading in the data from the word file to do some data analysis.
The conversion is almost perfect, my problem is that some parts get converted into headers and footers (whether they should or should not is not important). Headers and footers are not searchable with the methods I am using. My question is: Is there a way in Word to convert all current headers and footer into body text? Both manual Word settings, VBA codes or any sort of other solutions are appreciated.
|