convert doc or docx error

Questions related to converting various types of documents
Post Reply
ycmspace
Posts:2
Joined:Tue Mar 31, 2015 9:31 am
convert doc or docx error

Post by ycmspace » Tue Mar 31, 2015 9:40 am

text file can be convert to swf,but doc or docx error:

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

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: convert doc or docx error

Post by staff » Tue Mar 31, 2015 9:50 am

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.

ycmspace
Posts:2
Joined:Tue Mar 31, 2015 9:31 am

Re: convert doc or docx error

Post by ycmspace » Wed Apr 01, 2015 8:45 am

but I have already install MS word in my computer

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: convert doc or docx error

Post by staff » Wed Apr 01, 2015 9:51 am

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.

Post Reply