Some of the images or icon are missing from the docx

Facing similar issue in saving the docx without any modification. Some of the images or icon are missing from the docx. Below is the sample code. Attached original document screenshots and saved document screenshot with issues.

 lic = aw.License()
    try:
        lic.set_license("C:\\Users\\AnkiRast\Aspose.WordsProductFamily.lic")
        print("License set successfully.")
    except RuntimeError as err:
        print("\nThere was an error setting the license:", err)
        
    # Load the document
    doc = aw.Document(input_file)
    
    doc.save("C:\\Users\\AnkiRast\\Downloads\\test_before.docx")   

@AnkitRastogiCG Could you please attach your actual input and output documents here for testing? We will check the issue and provide you more information. Unfortunately, it is impossible to analyze the problem using screenshots.

Please find the attached input / output documents.
ForAspose_5PagesSample_input.docx (331.9 KB)

ForAspose_5PagesSample_output.docx (167.5 KB)

@AnkitRastogiCG Thank you for additional information. Which version of MS Word do you use on your side? On my side the mentioned images are not shown in both attached documents. I used MS Word 2019 on my side.