tags:

views:

205

answers:

1

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:

  1. Does anyone know of a way to do this using POI's API?
  2. Is there a different java API which does offer this functionality?
+1  A: 

Can't speak for POI but Aspose.Words will let you manipulate Doc files. It ain't cheap though.

banjollity