Sample PDF with embedded flash video?

本秂侑毒 提交于 2020-01-02 08:36:09

问题


Does anyone know where i can view a sample PDF that has an embedded flash video? I know it's silly to ask because you would think any tech-oriented user should be able to find one using Google but I really could not.

Another question I have is, how hard would it be to embed a flash video into a PDF file using an API in C#? One possible requirement I may have is to generate a PDF on the fly with all required content available at hand (ie: text, images and potentially video).


回答1:


Here from Technology Review, TR 35

http://www.technologyreview.com/TR35/Profile.aspx?trid=688

http://www.technologyreview.com/files/20747/TR35_Dries_Buytaert.pdf?download&track




回答2:


AlivePDF is worth a look if you're working with PDF's in flash http://alivepdf.bytearray.org/




回答3:


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

iText is Java library with C# port for pdf generation and it appears possible to embed flash.



来源:https://stackoverflow.com/questions/1889371/sample-pdf-with-embedded-flash-video

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!