<?php $DC = New COM("Neevia.docConverter"); $RVal = $DC->splitPDF("c:\\test.pdf", "c:\\out\\"); if ($RVal != 0){ echo "There was an error splitting the document !!!"; } else { echo "Done !!!"; } ?>