0

I am trying to implement a requirement from client. The main thing is the client will provide me an image, I have to resize it and add it to a doc file. Then he wan to add a custom text 'on' the image[text wrapping in front of the image]. I need to do it with java. Can anyone suggest me which library will help me to implement this requirement? i have gone through docx4j.

Any small suggestion will be much helpful.

arjuncc
  • 3,227
  • 5
  • 42
  • 77
  • I got something from SO itself http://stackoverflow.com/questions/203174/whats-a-good-java-api-for-creating-word-documents – arjuncc Nov 30 '12 at 04:55

1 Answers1

1

Apache POI is a Java library for working with Microsoft documents, including .doc files.

David Webb
  • 190,537
  • 57
  • 313
  • 299