I need to modify the content of a Word footer using a Java API.
The Apache POI project does not seem to support this functionality:
WARNING - you shouldn't change the headers or footers, as offsets are not yet updated!
My question is twofold:
- Does anyone know of a way to do this using POI's API?
- Is there a different java API which does offer this functionality?