To uppercase or capitalize is not working :

Hi ,

I am trying to convert below html to doc using Aspose.words.java, but i could not get the required output.
Please suggest me any idea to process this .

HTML

<p>
   <span style="text-transform: lowercase;">
      UPPER
   </span>
   <span style="text-transform: capitalize;">
      capitalize 
   </span>
</p>

Hi

Thanks for your request. Unfortunately, Aspose.Words does not support lowercase and capitalize text-transform. We will consider supporting this in the future. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
You should note that there are no attributes in MS Word, which allow to achieve the same. So the only way to achieve this is transforming strings upon loading HTML. By the way, MS Word also lost these attributes upon HTML import.
Best regards,