Ubuntu – PDF viewer combined with video player

pdfvideo player

I need to give a PDF presentation but I want to include some videos in between some of the slides.

Is there a PDF viewer which will allow me to play videos in between slides for a presentation?

Ubuntu 14.04 LTS

Best Answer

you can use latex-beamer. you can install it if it's not usig:

sudo apt-get install latex-beamer 

you can get the official documentation of beamer from here.

This tex question would help you to achieve that

To view the ouput pdf you can use Okular, you can install it:

sudo apt-get install okular

Read this also, this would help

Related Question