I’m using Aspose.Words To convert a DocX file To an image. However, I noticed that it re-renders embedded Documents/objects. I want To keep the object’s original preview EMF so the output image matches what I see in Word…...to implement this: Document doc = new Document("input.docx");...Save the document as an image doc.Save("output.png", options);...