如何使用 PHP 将 PDF 转换为 SWF

问题描述:

有没有办法使用 PHP 将 PDF 转换为 SWF.

Is there a way to convert PDF to SWF using PHP.

基本上我需要使用 FlexPaper 和类似的东西在浏览器中内嵌显示 PDF 文档,但不是 Adob​​e 阅读器插件.我需要显示 PDF 文档,以便用户无法下载.

Basically I need to show PDF documents inline the browser using FlexPaper and something of that kind, but NOT Adobe reader plugin. I need to show PDF docs so that users won't be able to download them.

问候,莱文

http://www.swftools 查看 pdf2swf.org/.它不是 PHP 模块,但您可以使用 exec-Function 调用它.

Check out pdf2swf from http://www.swftools.org/. It's not a PHP module but you can call it with the exec-Function.