0

我使用以下命令安装了 SWFTools

wget http://swftools.org/swftools-0.9.0.tar.gz
tar -zvxf swftools-0.9.0.tar.gz
sudo ./configure
sudo make
sudo make install

SWFTools并通过设置安装位置配置为柔性纸/usr/local/bin

但是在我卸载 PDF 之后,它给我一个错误

"Incorrect file specified, please check your path." I can see pdf.swf files are not getting generated to it's location where it whould be.

是否有SWFTools安装问题或任何其他问题。

4

1 回答 1

0

我找到了答案...首先,FlexPaper war 文件在 Linux for Windows 上无法正常工作,它很糟糕...我在 FlexPaper\common\view.jsp 中进行了一些代码修改,删除了以下代码

else if(!conf.validParams(pdfFilePath, pdfdoc, pages)){

 error += "Error:Incorrect file specified, please check your path.";
 }
于 2013-04-24T09:00:46.427 回答