FancyPrairie
Programmer
We have a couple hundred word documents that need to be converted to pdfs. However, the pdf convertor is confused and the conversion is done incorrectly. The reason for the confusion is the way these word documents were created. The word documents contain a header and a footer. The header and footer each contain multiple images, one on top of the other (bascially the same image duplicated several times). The main document contains an image that covers the other the images in the header and footer. (I have no idea why any of this was done this way.)
So, is it possible to programmatically loop thru all the word documents, open each one individually, search for the images within the document and delete them? If so, how?
So, is it possible to programmatically loop thru all the word documents, open each one individually, search for the images within the document and delete them? If so, how?