Page 1 of 1

convert doc or docx error

Posted: Tue Mar 31, 2015 9:40 am
by ycmspace
text file can be convert to swf,but doc or docx error:

Convert Document to Flash
An error occurred: System Error. Code: 1155. 没有应用程序与此操作的指定文件有关联。

Re: convert doc or docx error

Posted: Tue Mar 31, 2015 9:50 am
by staff
This error means that there is no application on your computer registered for printing of .doc or .docx files. You need to install such an application, for example, MS Word.

Re: convert doc or docx error

Posted: Wed Apr 01, 2015 8:45 am
by ycmspace
but I have already install MS word in my computer

Re: convert doc or docx error

Posted: Wed Apr 01, 2015 9:51 am
by staff
Try to turn on special processing method by setting UseAutomation property of BatchProcessingOptions object to the value of 15:

Code: Select all

p2fServer.DefaultBatchProcessingOptions.UseAutomation = 15;
If it does not help, try to re-install MS Word.