Hello,
I am trying to export docx as pdf but before pdf export I am inserting some html. The html is converted to RadFlowDocument and then inserted by RadFlowDocumentEditor. I am using InsertDocumentOptions which are set to
ConflictingStylesResolutionMode = ConflictingStylesResolutionMode.UseTargetStyle,
InsertLastParagraphMarker = false
When I export the document to docx the html part has formating but when I export as pdf there is no formating.
The attached files are examples of the problem. The font is different and the part that was supposed to be bold is not.
Can you help to solve the problem? Is that a bug or it is not supported?
Best Regards