-1

I'd like to insert some annotations into work documents by using Java or Python. I tried POI, DOCX4J and python-docx. But unfortunately until now I didn't figure out how to use them to generate annotation in a word document.

Any advice would be much appreciated!

Maarten van Stam
  • 1,901
  • 1
  • 11
  • 16
S.SMITH
  • 11

1 Answers1

0

For docx4j, please see docx4j/samples/CommentsSample.java

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84