Hi team,
We are using Aspose word to generate document and OpenXML to embed excel document.
When we embed large excel document the image is shrink ed by Aspose word.
The height and width of Image data is changed for image height and width > 1500 points.
I am opening the word document using below code. (Word doc is in memory stream.)
stream.Position = 0;
ProcessingDocument = new Aspose.Words.Document(stream, new Aspose.Words.LoadOptions() { LoadFormat = Aspose.Words.LoadFormat.Docx});
ProcessingDocumentBuilder = new DocumentBuilder(ProcessingDocument);
See attached document for sample where image height is set to 0.75pt. You can see it in openxml tool.
Thanks and Regards,
Nakul