"pre-Word97 format and it is not currently supported"

Hi!
I have a problem with some doc files (I’m using the newest version)… An exception is thrown with the following message:

“This document is in the
pre-Word97 format and it is not currently supported”.



Code:

InputStream is = new FileInputStream(file);
Document doc = new Document(is);


Is there any possible solution to fix that in my code?
Regards.
Verónica

Hi Verónica,

Thanks for your inquiry.

Documents in pre-Word 97 formats are not supported by Aspose.Words. We have no plans to support this format in the future. If it is applicable, you can however open these documents in MS Word and then save them in the supported newer formats. These documents will then be able to be opened by Aspose.Words.

Thanks,

The issues you have found earlier (filed as WORDSNET-3881) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(4)

The issues you have found earlier (filed as WORDSNET-3881) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(1)