Hi
I am converting the RTF file to docx and doc by using SaveAs.
But for some files we are getting COM Exception :
System.Runtime.InteropServices.COMException (0x800A1554): A file error has occurred.
(Convert9-5b4b6755-75a9-4229-a21a-916f...)
at Microsoft.Office.Interop.Word.DocumentClass.SaveAs(Object& FileName, Object& FileFormat, Object& LockComments, Object& Password, Object& AddToRecentFiles, Object& WritePassword, Object& ReadOnlyRecommended, Object&
EmbedTrueTypeFonts, Object& SaveNativePictureFormat, Object& SaveFormsData, Object& SaveAsAOCELetter, Object& Encoding, Object& InsertLineBreaks, Object& AllowSubstitutions, Object& LineEnding, Object& AddBiDiMarks)
Please help to solve this issue.
Thanks
Paparaju