Forum


Replies: 11   Views: 366
Transform docx to pdf using ms word with php com closes slow
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 Bertil  · 10-05-2024 - 09:47

Thanks for your reply, I tried the same conversion using PHP CLI and I have the same issue, sadly.

But when I use Release() after the Quit(), it gives me this error : COMException (0x800706BA): The RPC server is unavailable. Seems understandable since I asked to quit, but if I release before the quit(), I have this : COMException (0x80020003): Member not found. 

If I comment the free memory section, I still have a 30s waiting time, cause I suppose PHP is killing the pointer anyway at the end.