We’ve got the new release 6.4 of Aspose.Words.dll and are using the SaveToImage functin to save a copy of image file for thumbnail view. It’s only with some template file that when this was called, each character in the template file will be saved as in a separate line. The code we used was like this:
Document doc = new Document(fileName);
doc.SaveToImage(0, 1, thumbnailPath, null);
I’ve attached a copy of the template and the generated gif file. The template file was created in Word 2003. Interesting thing is if you just type a space in the template file and save again, the problem would have gone. This is on a separate machine with Word 2007. If you only open the file and re-save it with out change, the problem will still be there.
Could you have a look at the template and see what’s special with it and why it’s breaking the SaveToImage function?