Is it possible to add custom style or can remove any style while converting pdf doc to html string using aspose

Hai
I am trying to convert a PDF document into html string having highlight annotations in it, while converting, the API splits text into two span and add “visibility:hidden” style to one of the span element, making text invisible in the html string, the resultant output (html file) has only highlighted color, the text is being hidden.

Is there any way to solve this, to remove that particular style or add any style which makes it to be overridden and to make text and highlighted color, both visible in the html file.

Any help will be appreciated. Thank you.

A post was merged into an existing topic: Is it possible to add custom style or can remove any style while converting pdf to html string using aspose