0

I want to integrate video files in docx or doc document means I need to play video inside docx file.

So Can you please provide me lists of Open source or Enterprise java API for this video integration in docx file.

Thanks In Advance... :)

sus007
  • 297
  • 3
  • 9

1 Answers1

1

You can add an mp4 as an OLE object with the Docx4j Enterprise Edition.

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84
  • Can I play this video inside docx file ? – sus007 Oct 14 '15 at 05:16
  • You can click to activate it; typically it will play using eg Windows Media Player. To see what it would be like, I'd suggest you add an mp4 in Word then click on it. The experience would be similar. – JasonPlutext Oct 14 '15 at 06:31
  • Hello Jason, I need functionality like this video : https://www.youtube.com/watch?v=PnQuWNAYWIE. – sus007 Oct 14 '15 at 10:52