Converting Image based html to Docx generates small font and embeds a small sized image

When I convert the html to word, the images whose height and width have been defined in style tag, doesn’t appear in docx format as expected based upon the given height and width. The image gets very small. Would you please look into it and share the possible resolution. Document have been attached for your reference.document.zip - Google Drive

@kainat123 Aspose.Words loads HTML document with default A4 page size. Single image in your HTML document contains 4 pages. If you want your images to better fit the document, you should select appropriate page size and margins via Section.PageSetup and scale the images size accordingly via Shape.Width/Shape.Height. Also you should note that the maximum height of page in MS Word is 1584 pt, so you cannot set page height beyond this value using Aspose.Words.