Aspose.words not converting GIF Image

input_file.zip (6.1 MB)
Output_1.gif (15.8 KB)

Hi. I am having an issue with the process of html-to-gif. I am using Aspose.words in my windows machine. I have installed it using pip and trying to convert a html document with video to gif image. I am following the code that I found in article from Apose.words:

https://products.aspose.com/words/python-net/conversion/html-to-gif/#:~:text=Add%20a%20library%20reference%20(import,of%20HTML%20conversion%20as%20GIF.

I have a source HTML file with the video embedded as base64 string. Even though I follow the code in above link, the converted gif file is an empty white document with watermarks on it. I am attaching both the HTML file (Uploaded as zip file) and the converted gif file. Let me know what I am doing wrong here and please guide me to right documentation to follow.

@amogh.kulkarni The behavior you have encountered is expected. Please note, Aspose.Words is designed to work with MS Word documents. HTML documents and MS Word documents object models are quite different and it is not always possible to provide 100% fidelity after conversion one format to another. When import HTML documents Aspose.Words in most cases mimics MS Word behavior. If you try converting your HTML using MS Word, you will get almost the same result as Aspose.Words result.