When I try to load an RTF document containing the JPEG Baseline 444 image from http://www.w3.org/MarkUp/Test/xhtml-print/20050519/tests/A_2_1-BF-01.htm I get a FileCorruptedException.
Steps to reproduce: Save that test image to disk. Using MS Word 2003 SP2, do Insert\File and browse to that test image. Save as C:\Temp\testimage.rtf. Then from VS2005 execute
Aspose.Words.Document document = new Aspose.Words.Document(@"C:\Temp\testimage.rtf", LoadFormat.Auto, "");
It works fine if I save and load as DOC instead of RTF. Any idea what the problem is?
Thanx.