Reputation: 3297
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.
Upvotes: 0
Views: 315
Reputation: 193824
Apache POI is a Java library for working with Microsoft documents, including .doc
files.
Upvotes: 1