Example PDF with embedded flash video?

Does anyone know where I can view a sample PDF with a built-in flash video? I know that it’s stupid to ask because you think that any techno-oriented user should be able to find him using Google, but I really could not.

One more question: how difficult was it to embed flash video in a PDF using the API in C #? One of the possible requirements that may arise with me is the creation of a PDF code on the fly with all the necessary content (for example, text, images and potentially video).

+3
source share
3 answers
+2

You can use pdflatex to generate pdf on the fly and use movie15 to embed flash video (or other types of video). An example with embedded video is here .

iText is a Java library with a C # port for generating PDF, and it seems possible to embed flash .

+1
source

All Articles