Hello! We are using the Aspose Cloud to convert from Docx document to Html. The problem arose with some specific docx file. We tried to convert it to the Html with WordsApi, however there was issue with doing it - the final html was not looking good.
We found the fix to that problem:
- We converted from Docx to PDF by using WordsApi
- We converted from PDF to HTML by using PDFApi
after that the final result was great.
However, now we have another issue: when we convert from the HTML to DOCX or to PDF, the final result is bad: no styles, images are in a wrong place, etc.
That’s strange, because the HTML we got from the same API. Could you please check it and suggest what can we do to achieve good looking pdf/word file. Thanks a lot
Here is the link to the docx file we need to convert to HTML and back