How to add files to Microsoft Word Document using Java -


i implement feature "create object file" of microsoft word document (see below picture more detail)

enter image description here

how can add files (support many file types e.g. docx, pptx, xlsx, txt, pdf, jpg, odt, ods, odp, etc.) microsoft word document(.docx) using java?

is there library can that? (i can use none-commercial library.)

thanks in advance

earist


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -