Aspose.Words version 21.7.0 can't decrypt Word file that created by Microsoft Office 2003

Hi guys,

I’m using Aspose.Words version 21.7.0 to decrypt the Word file that created by Microsoft Office 2003. But I can’t decrypt it, I received an error exception: “The document appears to be corrupted and cannot be loaded.” when I run code as bellow:

            LoadOptions options = new LoadOptions();
            options.Password = password;
            Document doc = new Document(inputFile, options);
            doc.Save(outputFile, saveFormat);

I run on Windows 10, 64 bit.
Please investigate this problem.

Attached file: password.zip (14.0 KB)

Please extract the attached file to take the Word 2003 file.
Decrypt password for the Word file is “password”

Thanks

@dunghnguyen

We have tested the scenario and managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-22646. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-22646) have been fixed in this Aspose.Words for .NET 21.9 update.

1 Like