Document content deleted

Hi,
When we convert the “test.doc” document to pdf with aspose.word, the document content is deleted.
However, this problem occurs in the web application and not on all machines.
test.zip (132.8 KB)
what is the source of the problem?

Thanks

@srmbimser

Thanks for your inquiry. We have tested the scenario using following code example and have not found the shared issue.

Document doc = new Document(MyDir + "test.doc");
doc.Save(MyDir + "18.12.pdf");

Please create a standalone console application ( source code without compilation errors ) that helps us to reproduce your problem on our end and attach it here for testing. We will investigate the issue on our side and provide you more information.