3

I am using apache-poi api to create a word document.

I want to insert a PDF document into MS Word (normally we use Insert -> Object -> Create from file option in MS word to do this).

Is is possible to insert the PDF as an object into MS Word using Java ?

Regards, Suthershan

1 Answers1

0

To solve this you have to use OLE. After a quick research I found no example code for WORD but I found some code for EXCEL and an example for PPTX. Maybe it is helpfull to write some corresponding code for WORD.

Community
  • 1
  • 1
spilymp
  • 190
  • 2
  • 11