Using COM on Windows Server 2008

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
pedsann
Posts: 1
Joined: Tue May 22, 2012 10:00 pm

Using COM on Windows Server 2008

Post by pedsann »

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 example) and freezes.

I have to configure something in dcomcnfg ? Any ideias?
Post Reply