Home  >  Article  >  Backend Development  >  php调用FlashPrinter把word在线转成swf问题

php调用FlashPrinter把word在线转成swf问题

WBOY
WBOYOriginal
2016-06-23 13:33:241333browse

windows 系统
安装路径为:E:\host\FlashPaper2.2\FlashPrinter.exe
//$last_line = system("copy E:\host\demo.doc E:\host\dome2.doc", $return_var); //这个都可以正常执行

$last_line = system("E:\host\FlashPaper2.2\FlashPrinter.exe E:\host\demo.doc -o E:\host\demo.swf", $return_var); 

echo "Result Last Line: $last_line
";
echo "Execute Return Status: $return_var

";
?>

执行结果 Execute Return Status: 1 


在开始-》运行中,直接执行“E:\host\FlashPaper2.2\FlashPrinter.exe E:\host\demo.doc -o E:\host\demo.swf”都可以正常生成,请问如何处理?


回复讨论(解决方案)

看来是没希望得到答案了

你好 我也遇到了另一个问题 想问下你在E:\host\FlashPaper2.2\FlashPrinter.exe E:\host\demo.doc -o E:\host\demo.swf这个的时候 能正常保存swf文件吗  我的不能正常保存 提示我说权限的问题 想看看你那边有没有相同的问题是怎么解决的

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn