Problem converting Doc to Xps

Hello

I faced with problem converting doc to xps.
I used next code for conversion:

Aspose.Words.LoadOptions loadOptions = new LoadOptions()
{
    LoadFormat = LoadFormat.Doc
};
var document = new Aspose.Words.Document(input, loadOptions);

During loading documents I got FileCorruptedException.
Sample documents, I try to convert are in attach.

Thanks,
Roman

Hello, Roman

Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.

Best regards,

Hi, Vladimir

I got this sample files during conversion from pdf to doc using Aspose.Pdf component.

Thanks,
Roman

Hello
Thank you for additional information. We will be sure to inform you of any developments regarding this problem.
Best regards,

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

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