HI @alexey.noskov
Hope you are doing well!!.
We are struggling with ASPOSE plugin. We need your help to fix an issue. While we capturing the image from excel and simply paste in word file, we are not getting perfectly closed to excel.
here is public repo of JAVA code : https://github.com/ravikmr474/sample-aspose.git
When we capture image with above code on windows machine, here is the output:
windows sample.docx (167.2 KB)
When we capture image with above code on Linux machine(hosted on Linux server), here is the output:
linuxsample.docx (158.8 KB)
**When we just copy cells from excel file and just paste it simply as image on word file. Without any code/manually: This is our desired output.
ExpectedOutput.docx (22.4 KB)
Note: Just run the app and we have created /download end-point to fetch the word file.
We have added excel file in resource folder which we are reading to capture the image, in the above code.