Getting an error Server creation failed. Invalid ProgID 'word.application'

42 次查看(过去 30 天)
by using the following code, i.m trying to convert the word file in to pdf on server. Sometime it works but sometime it throw an error.
Error : Server creation failed. Invalid ProgID 'word.application'
What could be the reason behind that.
Code:
word_app = actxserver('word.application');
word_Doc = word_app.Documents;
word_File = word_Doc.Open(file_path_docx);
word_File.SaveAs2(file_path_pdf,17);
word_Doc.Close;
word_app.Quit();

回答(1 个)

Manoj Mirge
Manoj Mirge 2023-4-19
Hi Vilas,
There are several reasons why this issue can occur. If you are getting this error, it means MATLAB is not able to connect to Word due to some issue on your system. It is not a MATLAB error rather a Windows produced error.
Please see the below attached Matlab Answers thread for troubleshooting your issue:
I highly encourage you to try all workarounds mentioned in above Matlab Answers thread.
Hope this helps.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by