Word Document Does not convert properly

I have a word document that does not convert properly to the png file format. Areas in the document are missing in the output. Can you look into why this is happening?

@glhuashyr,

Please ZIP and upload your input Word document and output PNG file showing the undesired behavior here for testing. We will investigate the issue on our end and provide you more information.

Attached is the zipped Word Document “QA2 Test Resume.docx” and the output files.
The main section of QA2 Test Resume.png is rendered blank whereas the pdf and txt file came out fine.

QA2 Test Resume.zip (83.2 KB)

@glhuashyr,

After an initial test with the latest version of Aspose.Words for .NET i.e. 18.3, we were unable to reproduce this issue on our end (please see this output 18.3.png (10.1 KB)). We used the following simple code for testing on our end.

Document doc = new Document(MyDir + @"QA2 Test Resume.docx");
doc.Save(MyDir + @"18.3.png");