I look after our organisations document management system. All documents have a header section with a table. The first column of the table contains the company logo. The company is about to change its logo. There are @ 400 documents. I need to change the logo in each document, it can be the same size as the previous logo.
How do I go about this using Google Apps Script. I can't find a "replaceImage" option in the documentation. I understand how to get all the files, and how to iterate through them, so it is just the image replacement part I don't get?
Thanks
Tim