InsertHTML not retaining the format

Hi,

I need to produce a document with font size 11pt. I'm passing a string containing the following simple HTML to insertHTML.

My text

but the generated word document is losing all the format.

The HTML My text never manage to produce a font size 11pt in the generated word document (x = 2 => 10pt, x = 3 => 12pt).

I appreciate any help in this regard.

Thanks,

Thomas.

It looks that FONT-SIZE inline style is not suported yet. I have logged this to our defect base as a feature request (issue #1405). We will try to add this functionality in one of the next hotfixes.

As a workaround you can use SPAN tag instead of FONT:

My text

FONT tag is considered deprecated in HTML spec, that's why we gave more attention to developing richer SPAN tag import recently.

Best regards,

We are very intersting for the next version if it includes this hotfix because replacing FONT with SPAN is not enough to respond to our fonctionnalities.

We have fixed it. The version with the fix will be available soon.