Я ничего не знаю об этой конкретной библиотеке, но мне кажется, что ваши пути не сбежали.Попробуйте это:
<?php
$p2t = new COM("P2TServer.P2T");
$p2t->VerifyLicense("4747457", "345srwr242342423");
$p2t->EngageProcessor(64+32,"5,10,11-15", "");
print $p2t->Convert ("c:\\test\\test1.pdf", "c:\\box\\test1.txt");
$p2t = null;
?>