Unplanned
Last Updated: 09 Apr 2021 08:28 by ADMIN
ADMIN
Tanya
Created on: 09 Jan 2018 13:24
Category: WordsProcessing
Type: Feature Request
2
WordsProcessing: HtmlFormatProvider: Import font-size values applied using CSS keywords
In addition to the values containing numbers, the font-size property can have one of the following values as well: medium|xx-small|x-small|small|large|x-large|xx-large|smaller|larger|initial|inherit;
At this point, HtmlFormatProvider skips these values and applies default font-size to the content.


To import similar content with the proper styling, the customer can replace the CSS keywords with their equivalents in px.
2 comments
ADMIN
Tanya
Posted on: 09 Apr 2021 08:28

Hello Sandeep,

We have a separate item for supporting the rgb() function: https://feedback.telerik.com/document-processing/1441606. You can use it to vote for the implementation of the task and subscribe to track its status.

Regards,
Tanya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Sandeep
Posted on: 09 Apr 2021 03:30
to be also noted that if you're using kendo react editor having color platte and set the forecolor or backcolor in either cases it generated rgba() values and which is also not supported in HtmlFormatProvider.