when we tried to convert the word documents with pictures, the quality of the pictures are reduced. How can i keep the original resolution of the image after conversion?
I tried to set ScaleImageToShapeSize option to false, but still the same result.
Please share your input document along with the current output and expected output. You can create an output document using Microsoft Word. We will look into the issue and will guide you accordingly.
You can convert Word document to HTML without losing original Image resolution using Aspose.Words REST API. Please try to increase the image resolution using ImageResolution property, it will help you to improve the image quality. Please find the output document after converting back the HTML to DOCX for reference. HTMLtoDOCX.docx (398.7 KB)
cURL Code to Convert Word Document to HTML With Embedded Images