2013-04-22 65 views
0

我用下面的命令指定的文件不正確,請檢查您的路徑。 - FlexPaper

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通過設置安裝位置flexpaper安裝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安裝或任何其他問題的概率。

回答

0

我找到答案......首先FlexPaper戰爭文件沒有正確地適用於Linux的Windows它的岩石工作...我在FlexPaper \ COMMON \ view.jsp的做了一些代碼修改刪除下面的代碼

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

error += "Error:Incorrect file specified, please check your path."; 
}