Using java how can I add in-code generated jpg images to a word document without saving the file first.
The word document needs to be created from scratch in Java (poi does not seem to do the images)
views:
20answers:
1
Q:
Using java how to add in-code generated jpg images to a word document without saving the file first
A:
Per the comments on my question from plutext and trying this out. The docx4j is working really good.
mrjohn
2010-09-17 20:35:33