如何从 PDF 文档创建 Flash 影片
我正在寻找在我的网站(示例 .net web 程序)中实现 flash paper 的帮助。 要求是任何 .doc 和 PDF 文件在显示时应自动转换为 flash paper。
如果我能获得有关如何从 PDF 文档创建 Flash 影片的帮助,我将不胜感激。
示例站点 url http://pdfmenot.com/
寻找动态转换的实际实现
提前致谢。
I'm looking for an help to implement flash paper in my web site( sample .net web program).
Requirement is any .doc and PDF file should automatically convert into flash paper at the time of display.
I would appreciate if I get help on how to create Flash movies from PDF documents.
Sample site url http://pdfmenot.com/
Looking for practical implementation of dynamic conversion
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
查看SWF 工具。 其中包含的工具之一是 PDF2SWF,我认为它可以满足您的需求。
Take a look at SWF Tools. One of the tools included is PDF2SWF, which I think will do what you want.
我不知道执行此操作的单个程序,但您可以使用 ImageMagick 将 PDF 转换为一系列图像。 然后可以使用 Ming Sharp 创建 SWF。
I don't know of a single procedure to do this but you could use ImageMagick to convert the PDF to a series of images. Then Ming Sharp could be used to create the SWFs.
Adobe 开发了一款名为 FlashPaper 的产品。 需要花钱,不过听说可以在服务器上批量使用。
Adobe makes a product that does this called FlashPaper. Costs money, but I hear it can be used in batch on a server.
PDF2SWF 工具。 这个对我有用
PDF2SWF Tool. It works for me