Forum


Replies: 2   Views: 3201
Format transformations.
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by medscope  · 08-01-2013 - 07:00

I am having issues running the "Uses the COM interface with Word to perform file format transformations." example.

The function $docx->transformDocxUsingMSWord($myPath.'TemplateText.docx', $targetPath.'test.pdf');
is crashing WORD APP.

The code fires the WINWORD.EXE *32 process (appears in task manager) but then times-out. The WORD process does not end ...

I'm running WORD 2010 (32-bit) on a Windows Web 2008 R2 server (64-bit)

HAs anyone else experienced this problem ???? Help required

Thanks

Posted by admin  · 11-04-2013 - 12:13

Hello,

Please test a simple example of COM class to test if everything is working fine.
You can find an example in page:

http://es1.php.net/manual/es/class.com.php

Regards.