PHPで変換する関数を作成しましたが、機能しdoc
ませpdf
ん。最初は関数が機能していましたが、閉じませんでしたがWinword.exe
、手動で閉じました。
この機能でサイトページを開くと、Apacheが動作しなくなります。
$word = new COM('word.application');
$word->Visible = 0;
$word->Documents->Open('C:\Apache\smena3.krw.rzd\www\docnz\oblachnye.docx');
$word->Documents[1]->SaveAs(APPLICATION_DOCNZ_FOLDER.'\oblachnye.pdf',17);
$word->Quit('0','0','0');
$word = null;
$this->render('docnz');