我在命令行上通过localhost执行命令:
OfficeToPDF.exe C:\wamp\www\editor\uploaded\uploaded_files_21_original\AffidavitinDIR-4.docx C:\wamp\www\editor\uploaded\uploaded_files_21_original\pdf\new2.pdf
这样可以正常运行并提供必要的结果。
然而,当我通过php运行它时:
shell_exec('OfficeToPDF.exe C:\wamp\www\editor\uploaded\uploaded_files_21_original\AffidavitinDIR-4.docx C:\wamp\www\editor\uploaded\uploaded_files_21_original\pdf\new2.pdf');
它不执行并抛出错误:
Object reference not set to an instance of an object. Did not convert
我一直在寻找所有可能的解决方案,但没有运气。 我在我的Windows机器上运行它 - Localhost WAMP。
请帮忙!