开发者

Sample PDF with embedded flash video?

开发者 https://www.devze.com 2022-12-14 06:39 出处:网络
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

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开发者_如何学Python with all required content available at hand (ie: text, images and potentially video).


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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消