Search found 1 match

by pedsann
Tue May 22, 2012 10:05 pm
Forum: Programming
Topic: Using COM on Windows Server 2008
Replies: 0
Views: 26018

Using COM on Windows Server 2008

Hi, I'm using the following code on PHP: <php code> $Bullzip = New COM("Bullzip.PdfUtil") or die("Couldn\' start the COM-object"); $Bullzip->PrintFile('C:\\xampp173\\oi.docx','Bullzip PDF Printer') <php code> This works fine on Windows 7 but on Windows Server 2008R2 it opens the app (winword.exe for...