text file can be convert to swf,but doc or docx error:
Convert Document to Flash
An error occurred: System Error. Code: 1155. 没有应用程åºä¸Žæ¤æ“作的指定文件有关è”。
convert doc or docx error
Re: convert doc or docx error
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
but I have already install MS word in my computer
Re: convert doc or docx error
Try to turn on special processing method by setting UseAutomation property of BatchProcessingOptions object to the value of 15:
If it does not help, try to re-install MS Word.
Code: Select all
p2fServer.DefaultBatchProcessingOptions.UseAutomation = 15;