пытаюсь вот так распечатать документ: PHP: <?php $word = new COM("word.application") or die("Unable to instantiate Word"); $word->Visible=true; $word->Documents->Open("d:\Pltj29.doc"); $word->ActiveDocument->PrintOut(); $word->ActiveDocument->Close(); $word->Quit(); ?> Всё надолго замирает и ничего не происходит. В чём ошибка?