View Single Post
 
Old 06-07-2021, 05:47 AM
CaptainCsaba CaptainCsaba is offline Windows 10 Office 2016
Novice
 
Join Date: Jun 2021
Posts: 4
CaptainCsaba is on a distinguished road
Default 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.
Reply With Quote