views:

13

answers:

1

Hi,

I am looking for a C++ / Java SDK for manipulating .docx documents. I need to read the text, add a new page at the beginning, add footer and header etc'.

Not one that works with COM / OLE Automation for Word. But a real SDK.

Thanks

+1  A: 

For Java it is Apache POI

ZloiAdun
Specifically for docx you will need to use OOXML
ZloiAdun