apache - Insert pictures to .docx in java -


i have seen countless of posts how insert pictures or images word documents using apache poi. there major problem this: can not say, put them. of course can put them segment using alignment option, seems me little bit lack luster. have along lines of

insert(xcoord, ycoord, width, length, picturename); 

but have not seen being done anywhere. there elegant approach of how implement this?

because issue following: yeah, of course take microsoft xml code , parse xml wanted data, kind of pain in arse , not efficient @ all. yeah, that's that.

greetings, newbie


Comments